From ac39ce3dca586d5b48d8e0404f975ecd3d320b56 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 3 Mar 2013 00:33:34 +0000 Subject: [PATCH] * adjust the notice for daily report. --- module/report/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/report/control.php b/module/report/control.php index 34cda4f588..099c3de99f 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -144,7 +144,7 @@ class report extends control $this->loadModel('mail'); /* Check mail turnon.*/ - if(!$this->config->mail->turnon) die("Mail turnon is off. Please open config for send mail.\n"); + if(!$this->config->mail->turnon) die("You should turn on the Email feature first.\n"); foreach($reminder as $user => $mail) {