From 97b5a24bd82b61173823a87903ad00ad37561286 Mon Sep 17 00:00:00 2001 From: memespring Date: Sun, 7 Dec 2008 12:01:44 +0000 Subject: [PATCH] more streetwire stuff --- tools/news_mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/news_mailer.php b/tools/news_mailer.php index 52ec4cc..27661ad 100644 --- a/tools/news_mailer.php +++ b/tools/news_mailer.php @@ -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);