logo       

cvs: pearweb /include pear-database.php: msg#00062

php.pear.core

Subject: cvs: pearweb /include pear-database.php

cellog Thu Oct 19 02:55:25 2006 UTC

Modified files:
/pearweb/include pear-database.php
Log:
fix missing =

http://cvs.php.net/viewvc.cgi/pearweb/include/pear-database.php?r1=1.320&r2=1.321&diff_format=u
Index: pearweb/include/pear-database.php
diff -u pearweb/include/pear-database.php:1.320
pearweb/include/pear-database.php:1.321
--- pearweb/include/pear-database.php:1.320 Thu Oct 19 02:21:19 2006
+++ pearweb/include/pear-database.php Thu Oct 19 02:55:25 2006
@@ -18,7 +18,7 @@
| Martin Jansen <mj@xxxxxxx> |
| Gregory Beaver <cellog@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: pear-database.php,v 1.320 2006/10/19 02:21:19 cellog Exp $
+ $Id: pear-database.php,v 1.321 2006/10/19 02:55:25 cellog Exp $
*/

require_once 'DB/storage.php';
@@ -1313,7 +1313,7 @@
}

if ($active) {
- $query . ' AND active = 1';
+ $query .= ' AND active = 1';
}

$query .= " ORDER BY active DESC";

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise