Add bug.php to better integrate AppDB with Bugzilla
This commit is contained in:
committed by
Jeremy Newman
parent
c2a45094e2
commit
fd86916abc
@@ -284,8 +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> \n";
|
" <a href='vendorview.php?vendorId=$vendor->vendorId'> ".stripslashes($vendor->vendorName)." </a> \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=allwords&bug_file_loc=appdb ".$data->appId."'>
|
" <a href='bugs.php?appId=$data->appId.'> Check for bugs in bugzilla </a> \n";
|
||||||
Check for bugs in bugzilla </a> \n";
|
|
||||||
echo "</td></tr>\n";
|
echo "</td></tr>\n";
|
||||||
|
|
||||||
//display notes
|
//display notes
|
||||||
|
|||||||
Reference in New Issue
Block a user