Index: appview.php
===================================================================
RCS file: /home/wine/appdb/appview.php,v
retrieving revision 1.2
diff -u -r1.2 appview.php
--- appview.php	15 Mar 2004 20:39:12 -0000	1.2
+++ appview.php	25 Mar 2004 16:37:02 -0000
@@ -268,7 +268,7 @@
 	//set Vendor
 	$vendor = $app->getVendor();
 
-	//set URK
+	//set URL
 	$appLinkURL = ($data->webPage) ? "<a href='$data->webPage'>".substr(stripslashes($data->webPage),0,30)."</a>": "&nbsp;";
 	
 	//set Image
@@ -283,6 +283,9 @@
 	echo "<tr class=color1 valign=top><td width='100' align=right> <b>App Id</b></td><td width='100%'> ".$data->appId." </td>\n";
 	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."'>
+             Check for bugs in bugzilla </a> &nbsp;\n";        
 	echo "</td></tr>\n";
 	
 	//display notes
