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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Mon, 27 Dec 2010 22:01:09 +0000

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

Log:
Fix pt_br language to allow us to send email to us

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-12-27 21:47:52 UTC (rev 306765)
+++ web/doc-editor/trunk/scripts/cron/check_build.php	2010-12-27 22:01:09 UTC (rev 306766)
@@ -66,6 +66,9 @@
         --
         This email is send automatically by the Php Docbook Online Editor.
         ";
+
+                //Usefull for language like pt_BR for example, because doc-pt_br don't exist, it's doc-pt-br
+                $lang = str_replace("_", "-", strtolower($lang));

                 $to = ( $lang === 'en' ) ? "[email protected]" : "[email protected]";
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.