瀏覽代碼

commented out email

master
memespring 15 年之前
父節點
當前提交
5e9e6d0294
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php 查看文件

@@ -40,7 +40,7 @@ class news_mailer {
//Send the email
if($email_text !=""){
send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "StreetWire - a new service from PlanningAlerts", $email_text);
// send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "StreetWire - a new service from PlanningAlerts", $email_text);
}

}


Loading…
取消
儲存