Sfoglia il codice sorgente

more streetwire stuff

master
memespring 15 anni fa
parent
commit
b99e03c4de
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php Vedi File

@@ -19,7 +19,7 @@ class news_mailer {
//Grab all the users
$sql = "select distinct email
from user
where confirmed = 1 and user_id = 5959";
where confirmed = 1";

$user_results = $db->getAll($sql);


Caricamento…
Annulla
Salva