svn: /web/doc/trunk/scripts/ gen_doc_activity_email.php
[email protected] (Philip Olson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
philip Mon, 09 May 2011 21:45:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310867
Log:
disabled debug mode
Changed paths:
U web/doc/trunk/scripts/gen_doc_activity_email.php
Modified: web/doc/trunk/scripts/gen_doc_activity_email.php
===================================================================
--- web/doc/trunk/scripts/gen_doc_activity_email.php 2011-05-09 21:40:31 UTC (rev 310866)
+++ web/doc/trunk/scripts/gen_doc_activity_email.php 2011-05-09 21:45:39 UTC (rev 310867)
@@ -34,7 +34,7 @@
date_default_timezone_set('UTC');
-define('DEBUG_MODE', TRUE); // Enable to not send emails.
+define('DEBUG_MODE', FALSE); // Enable to not send emails.
define('EMAIL_TEMPLATE_FILENAME', '../templates/emails/email-template-doc-activity.txt');
define('DAYS_LOOKUP', 7); // Number of days, in the past, to search/use for the report