The current code can get bugs that have nothing to do with the AppDB. This

should fix it.
This commit is contained in:
Tony Lambregts
2004-04-06 21:21:20 +00:00
committed by Jeremy Newman
parent 4a1018ea95
commit 1977ad6919

View File

@@ -284,7 +284,7 @@ if($appId && !$versionId)
echo "<tr class=color0 valign=top><td align=right> <b>Vendor</b></td><td> ". echo "<tr class=color0 valign=top><td align=right> <b>Vendor</b></td><td> ".
" <a href='vendorview.php?vendorId=$vendor->vendorId'> ".stripslashes($vendor->vendorName)." </a> &nbsp;\n"; " <a href='vendorview.php?vendorId=$vendor->vendorId'> ".stripslashes($vendor->vendorName)." </a> &nbsp;\n";
echo "<tr class=color0 valign=top><td align=right> <b>BUGS</b></td><td> ". echo "<tr class=color0 valign=top><td align=right> <b>BUGS</b></td><td> ".
" <a href='http://bugs.winehq.org/buglist.cgi?product=Wine&bug_file_loc_type=substring&bug_file_loc=".$data->appId."'> " <a href='http://bugs.winehq.org/buglist.cgi?product=Wine&bug_file_loc_type=allwords&bug_file_loc=appdb ".$data->appId."'>
Check for bugs in bugzilla </a> &nbsp;\n"; Check for bugs in bugzilla </a> &nbsp;\n";
echo "</td></tr>\n"; echo "</td></tr>\n";