projects sorted
[www.jankratochvil.net.git] / project / phphash / ListItem.pm
index 5047f19..58b5543 100755 (executable)
@@ -29,9 +29,10 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>'PHP-3.0b6 fix',
+               "name"=>a_href('http://www.php.net/','PHP').'-3.0b6 fix',
                "platform"=>"patch",
-               "priority"=>3,
+               "priority"=>300,
+               "icon"=>"php",
                "summary"=>'Avoid excessive use of memory for hashes',
                "download-patch"=>'http://cvs.php.net/diff.php/php3/Attic/hash.c?r1=1.76&r2=1.77&ty=u',
                "license"=>"PD",