diff --git a/tools/news_mailer.php b/tools/news_mailer.php index ed64883..1f0d761 100644 --- a/tools/news_mailer.php +++ b/tools/news_mailer.php @@ -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);