Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrianshort
/
planningalerts
réplica de
https://github.com/adrianshort/planningalerts.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
more streetwire stuff
import/raw
memespring
hace 16 años
padre
21a83e9801
commit
d68ee2c6d5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
trunk/tools/news_mailer.php
+ 1
- 1
trunk/tools/news_mailer.php
Ver fichero
@@ -19,7 +19,7 @@ class news_mailer {
//Grab all the users
$sql = "select user_id, email, postcode, bottom_left_x, bottom_left_y, top_right_x, top_right_y, alert_area_size, confirm_id
from user
where confirmed = 1
and user_id = 5959
";
where confirmed = 1";
$user_results = $db->getAll($sql);
Escribir
Vista previa
Cargando…
Cancelar
Guardar