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

Modified Files:
        package.php 
Log Message:
fink package link

Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- package.php 6 Dec 2007 20:19:20 -0000       1.60
+++ package.php 6 Dec 2007 22:23:09 -0000       1.61
@@ -148,7 +148,7 @@
                $pkg_str = '<a href="'. $pobj['name'] . '?doc_id' . 
$pobj['doc_id'];
                if ($showall)
                        $pkg_str .= '&amp;showall=on';
-               $pkg_str .= '" title="' . get_descriptive_name($pobj) . 
'">'.$package.'</a> ';
+               $pkg_str .= '" title="' . get_descriptive_name($pobj) . 
'">'.$pobj['name'].'</a> ';
                if ($description)
                        $pkg_str .= htmlentities($description);
                return $pkg_str;


-------------------------------------------------------------------------
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