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

[email protected] (Neal Poole)
Newsgroups php.doc.web
Message-ID <[email protected]>
nbpoole                                  Fri, 24 Jun 2011 12:08:20 +0000

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

Log:
Fix errors in php/TranslatorStatistic.php.

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

Modified: web/doc-editor/trunk/php/TranslatorStatistic.php
===================================================================
--- web/doc-editor/trunk/php/TranslatorStatistic.php	2011-06-24 12:04:38 UTC (rev 312432)
+++ web/doc-editor/trunk/php/TranslatorStatistic.php	2011-06-24 12:08:20 UTC (rev 312433)
@@ -104,7 +104,7 @@
                 FROM
                     `files`
                 WHERE
-                    `lang` = "%s"
+                    `lang` = "%s" AND
                     `revision` = `en_revision` AND
                     `project` = "%s"
                 GROUP BY
@@ -142,7 +142,6 @@
                 FROM
                     `files`
                 WHERE
-                    ' . $where . '
                     `en_revision` != `revision`
                 AND
                     `size` is not NULL
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.