ソースを参照

typos

import/raw
memespring 15年前
コミット
36fa9d20ff
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      trunk/tools/news_mailer.php

+ 3
- 2
trunk/tools/news_mailer.php ファイルの表示

@@ -40,9 +40,10 @@ class news_mailer {
//Send the email //Send the email
if($email_text !=""){ 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;
} }


} }


読み込み中…
キャンセル
保存