appdb - improvement in serching out bugs

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Sat Apr 3 22:21:26 CST 2004


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

--

Tony Lambregts


-------------- next part --------------
Index: appview.php
===================================================================
RCS file: /home/wine/appdb/appview.php,v
retrieving revision 1.3
diff -u -r1.3 appview.php
--- appview.php	25 Mar 2004 21:21:21 -0000	1.3
+++ appview.php	4 Apr 2004 04:12:48 -0000
@@ -284,7 +284,7 @@
 	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";
         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";        
 	echo "</td></tr>\n";
 	


More information about the wine-patches mailing list