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

Modified Files:
        package.php 
Log Message:
fix doc_id link

Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- package.php 7 Dec 2007 14:58:47 -0000       1.64
+++ package.php 18 Dec 2007 17:17:07 -0000      1.65
@@ -150,7 +150,7 @@
        }
 
        function link_to_package($pobj, $showall = false, $description = '') {
-               $pkg_str = '<a href="'. $pobj['name'] . '?doc_id' . 
$pobj['doc_id'];
+               $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) . 
'">'.$pobj['name'].'</a> ';


-------------------------------------------------------------------------
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://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to