소스 검색

typos

master
memespring 15 년 전
부모
커밋
b51332e80c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      tools/news_mailer.php

+ 3
- 2
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;
}

}


불러오는 중...
취소
저장