From 36fa9d20ffbf62a2dc9490d2842103bf00e9ed40 Mon Sep 17 00:00:00 2001 From: memespring Date: Tue, 7 Jul 2009 13:07:52 +0000 Subject: [PATCH] typos --- trunk/tools/news_mailer.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trunk/tools/news_mailer.php b/trunk/tools/news_mailer.php index 0fa93ce..752e3f8 100644 --- a/trunk/tools/news_mailer.php +++ b/trunk/tools/news_mailer.php @@ -40,9 +40,10 @@ class news_mailer { //Send the email if($email_text !=""){ - send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "PlanningAlerts needs your help", $email_text); + //send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "PlanningAlerts needs your help", $email_text); +send_text_email("testing@memespring.co.uk", EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "PlanningAlerts needs your help", $email_text); } - + exit; } }