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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Thu, 08 Dec 2011 19:58:59 +0000

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

Log:
typo on column name

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

Modified: web/doc-editor/trunk/php/LogManager.php
===================================================================
--- web/doc-editor/trunk/php/LogManager.php	2011-12-08 19:56:08 UTC (rev 320693)
+++ web/doc-editor/trunk/php/LogManager.php	2011-12-08 19:58:59 UTC (rev 320694)
@@ -41,7 +41,7 @@

         $result = array();

-        $s = 'SELECT `id`, `text` FROM `commitMessage` WHERE `project`="%s" AND `user`="%s" ORDER BY use DESC';
+        $s = 'SELECT `id`, `text` FROM `commitMessage` WHERE `project`="%s" AND `user`="%s" ORDER BY used DESC';
         $params = array($project, $vcsLogin);
         $r = $this->conn->query($s, $params);
         while ($a = $r->fetch_assoc()) {
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.