mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +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.
|
||||
<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(
|
||||
'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_name' => SITENAME . " Automation",
|
||||
// 'replyto' => $email,
|
||||
|
Reference in New Issue
Block a user