diff --git a/e107_plugins/faqs/e_cron.php b/e107_plugins/faqs/e_cron.php
index b70e52670..850be3980 100644
--- a/e107_plugins/faqs/e_cron.php
+++ b/e107_plugins/faqs/e_cron.php
@@ -68,12 +68,9 @@
The ".$limit." most recent questions are displayed below.
- ".implode("
- ",$questions)."
";
- $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,