Explorar el Código

more streetwire stuff

master
memespring hace 16 años
padre
commit
b99e03c4de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar