|
From: Jirka P. <fi...@us...> - 2002-08-26 14:32:19
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5229/phpbt
Modified Files:
query.php
Log Message:
Mhmmm .. start bug fix #546264.
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- query.php 18 Jul 2002 13:02:14 -0000 1.83
+++ query.php 26 Aug 2002 14:32:15 -0000 1.84
@@ -278,7 +278,7 @@
$nr = $db->getOne($QUERY['query-list-bugs-count'].
(!empty($HTTP_SESSION_VARS['queryinfo']['query'])
- ? "where {$HTTP_SESSION_VARS['queryinfo']['query']}": ''));
+ ? "and {$HTTP_SESSION_VARS['queryinfo']['query']}": ''));
$HTTP_SESSION_VARS['queryinfo']['numrows'] = $nr;
list($selrange, $llimit) = multipages($nr, $page, "order=$order&sort=$sort");
|