svn: /web/doc-editor/trunk/scripts/cron/ check_build.php

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Mon, 05 Dec 2011 10:00:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=320406

Log:
Enabled the failed build check emails

Changed paths:
    U   web/doc-editor/trunk/scripts/cron/check_build.php

Modified: web/doc-editor/trunk/scripts/cron/check_build.php
===================================================================
--- web/doc-editor/trunk/scripts/cron/check_build.php	2011-12-05 09:41:11 UTC (rev 320405)
+++ web/doc-editor/trunk/scripts/cron/check_build.php	2011-12-05 10:00:13 UTC (rev 320406)
@@ -83,9 +83,9 @@
                 $subject = "[DOC-".strtoupper($emailLang)."] - Your documentation is broken";

                 // We send an email for this failed build
-                // AccountManager::getInstance()->email($to, $subject, $msg, $to, 'list');
+                AccountManager::getInstance()->email($to, $subject, $msg, $to, 'list');

-                // echo "email send !\n";
+                echo "email send !\n";

                 // We store it into DB
                 LogManager::getInstance()->saveFailedBuild($lang, $return["logContent"]);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.