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

[email protected] (Neal Poole)
Newsgroups php.doc.web
Message-ID <[email protected]>
nbpoole                                  Sun, 26 Jun 2011 01:34:28 +0000

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

Log:
Fixed typo in LogManager.php

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-06-26 01:32:09 UTC (rev 312483)
+++ web/doc-editor/trunk/php/LogManager.php	2011-06-26 01:34:28 UTC (rev 312484)
@@ -38,7 +38,7 @@
         $result = array();

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