Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23624

Modified Files:
      Tag: redesign_pdb
        browse.php 
Log Message:
Fixed 'utils' section query

Index: browse.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- browse.php  21 Feb 2007 00:25:37 -0000      1.1.2.13
+++ browse.php  25 Feb 2007 13:56:09 -0000      1.1.2.14
@@ -300,7 +300,7 @@
                $sectionquery = " (p.section='$section' OR 
p.parentname='kdemultimedia3') ";
        } else if ($section == "utils") {
                $sectionquery = " (p.section='$section' OR 
p.parentname='kdeutils3') ".
-                               " AND (parentname IS NULL OR p.parentname != 
'webmin') ";
+                               " AND (p.parentname IS NULL OR p.parentname != 
'webmin') ";
        } else {
                $sectionquery = " p.section='$section' ";
        }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to