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

Modified Files:
        package.php 
Log Message:
put the package description in the parent link

Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- package.php 6 Dec 2007 22:23:09 -0000       1.61
+++ package.php 6 Dec 2007 22:29:29 -0000       1.62
@@ -294,7 +294,7 @@
                $parent = $parentq->fetch();
                if ($parent != null && count($parent) != 0) {
                        $parentobj = array_shift($parent);
-                       it_item("Parent:", link_to_package($parentobj, 
$showall));
+                       it_item("Parent:", link_to_package($parentobj, 
$showall, '(' . $parentobj['descshort'] . ')'));
                } else {
                        it_item("Parent:", $pobj['parentname']);
                }


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to