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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Fri, 04 Jun 2010 18:49:19 +0000

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

Log:
Fix properties in SQL query. Spotted by Salathe

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	2010-06-04 18:04:49 UTC (rev 300186)
+++ web/doc-editor/trunk/php/RepositoryManager.php	2010-06-04 18:49:19 UTC (rev 300187)
@@ -1181,7 +1181,9 @@
         // We need select row from work table
         $s = sprintf("
               SELECT
-                 `id`
+                 `id`,
+                 `user`,
+                 `anonymousIdent`
               FROM
                  `work`
               WHERE
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.