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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sun, 15 Nov 2009 16:16:26 +0000

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

Log:
Remove limit added for dev purpose

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

Modified: web/doc-editor/trunk/php/RepositoryFetcher.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryFetcher.php	2009-11-15 16:14:31 UTC (rev 290784)
+++ web/doc-editor/trunk/php/RepositoryFetcher.php	2009-11-15 16:16:26 UTC (rev 290785)
@@ -239,7 +239,7 @@
         $vcsLang = AccountManager::getInstance()->vcsLang;

         $m = $this->getModifies();
-        $s = sprintf('SELECT `id`, `path`, `name` FROM `files` WHERE `lang`="%s" AND `status` is NULL AND `revision` is NULL LIMIT 50', $vcsLang);
+        $s = sprintf('SELECT `id`, `path`, `name` FROM `files` WHERE `lang`="%s" AND `status` is NULL AND `revision` is NULL', $vcsLang);
         $r = DBConnection::getInstance()->query($s);

         $node = array();
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.