|
cvs: pearweb /include pear-database.php: msg#00062php.pear.core
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> |
|---|---|---|
| Previous by Date: | cvs: pearweb /public_html index.php: 00062, Greg Beaver |
|---|---|
| Next by Date: | cvs: pearweb /sql deps.sql pearweb_mdb2schema.xml: 00062, Greg Beaver |
| Previous by Thread: | cvs: pearweb /include pear-database.phpi: 00062, Greg Beaver |
| Next by Thread: | cvs: pearweb /include pear-database.php: 00062, Greg Beaver |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |