svn: /web/doc-editor/trunk/php/ RepositoryManager.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Tue, 22 Dec 2009 00:23:12 +0000

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

Log:
Skip EN lang when we do the revcheck

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryManager.php

Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php	2009-12-22 00:02:04 UTC (rev 292463)
+++ web/doc-editor/trunk/php/RepositoryManager.php	2009-12-22 00:23:12 UTC (rev 292464)
@@ -820,6 +820,12 @@

                     $lang = $lang["code"];

+                    // We skip en language
+                    if( $lang == 'en' ) {
+                        continue;
+                    }
+
+
                     $lang_file = new File($lang, $f->path, $f->name);

                     if (is_file($lang_file->full_path)) {
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.