1
0
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:
Cameron
2015-06-19 09:56:13 -07:00
parent 9964def818
commit ccc71a87a4

View File

@@ -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,