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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Tue, 22 Jun 2010 17:41:01 +0000

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

Log:
Fix phpdoc email when en/ failed

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	2010-06-22 17:38:34 UTC (rev 300665)
+++ web/doc-editor/trunk/scripts/cron/check_build.php	2010-06-22 17:41:01 UTC (rev 300666)
@@ -70,7 +70,7 @@
         This email is send automatically by the Php Docbook Online Editor.
         ";

-                $to = "[email protected]";
+                $to = ( $lang === 'en' ) ? "[email protected]" : "[email protected]";

                 $subject = "[DOC-".strtoupper($lang)."] - Your documentation is broken";
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.