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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Fri, 08 Jan 2010 21:01:48 +0000

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

Log:
Fix staleFile count

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

Modified: web/doc-editor/trunk/php/TranslationStatistic.php
===================================================================
--- web/doc-editor/trunk/php/TranslationStatistic.php	2010-01-08 20:50:39 UTC (rev 293292)
+++ web/doc-editor/trunk/php/TranslationStatistic.php	2010-01-08 21:01:48 UTC (rev 293293)
@@ -128,7 +128,7 @@
                 `files`
             WHERE
                 ' . $where . '
-                (`en_revision` != `revision` OR `en_revision` = 0 )
+                (`en_revision` != `revision` AND `revision` != 0 )
             AND
                 `size` is not NULL
             AND
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.