Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs17:/tmp/cvs-serv25770
Modified Files:
Tag: redesign_pdb
browse.php
Log Message:
Fix typo in sql generation
Index: browse.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.1.2.26
retrieving revision 1.1.2.27
diff -u -d -r1.1.2.26 -r1.1.2.27
--- browse.php 6 Sep 2007 12:52:38 -0000 1.1.2.26
+++ browse.php 6 Sep 2007 13:06:53 -0000 1.1.2.27
@@ -320,7 +320,7 @@
" AND rX.type = '$tree' ";
if (!$showall)
$query .= " AND dX.visible='1' ";
- $query ." GROUP BY pX.name) ".
+ $query .= " GROUP BY pX.name) ".
" AND r.priority = (SELECT MAX(rX.priority) ".
" FROM package pX, ".
" distribution_releases rX ".
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits