mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Removed debug info from FAQ cron.
This commit is contained in:
@@ -68,12 +68,9 @@
|
|||||||
The ".$limit." most recent questions are displayed below.
|
The ".$limit." most recent questions are displayed below.
|
||||||
<ul><li>".implode("</li><li>",$questions)."</li></ul>";
|
<ul><li>".implode("</li><li>",$questions)."</li></ul>";
|
||||||
|
|
||||||
$body = "I find the timing of their return very interesting";
|
|
||||||
// file_put_contents(e_LOG."faq.log", $body);
|
|
||||||
// return;
|
|
||||||
|
|
||||||
$eml = array(
|
$eml = array(
|
||||||
'subject' => count($existing)." Unuanswered Question as of ".date('d-M-Y')." ",
|
'subject' => count($count)." Unuanswered Question as of ".date('d-M-Y')." ",
|
||||||
// 'sender_email' => $email,
|
// 'sender_email' => $email,
|
||||||
'sender_name' => SITENAME . " Automation",
|
'sender_name' => SITENAME . " Automation",
|
||||||
// 'replyto' => $email,
|
// 'replyto' => $email,
|
||||||
|
Reference in New Issue
Block a user