Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
planningalerts
espelho de
https://github.com/adrianshort/planningalerts.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
more streetwire stuff
master
memespring
há 16 anos
ascendente
8ffc223fd2
cometimento
97b5a24bd8
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
tools/news_mailer.php
+ 1
- 1
tools/news_mailer.php
Ver ficheiro
@@ -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);
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar