diff --git a/bugs.php b/bugs.php index 3a27a7f..aa4f8a0 100644 --- a/bugs.php +++ b/bugs.php @@ -168,14 +168,14 @@ if($appId) echo " Vendor ". " ".stripslashes($vendor->vendorName)."  \n"; echo " All Bugs ". - " + " Look for All bugs in bugzilla  \n"; echo " Open Bugs ". - " appId."'> Look for Open bugs in bugzilla  \n"; echo " Submit a New Bug ". - " + " Submit a new bug in bugzilla  \n"; echo "\n"; @@ -190,8 +190,8 @@ if($appId)

The link between the Application Database and Bugzilla is based on the bug having the following URL appId."'> - http://appdb.winehq.org/appview.php?appId=".$data->appId."  \n"; + echo " + ".APPDB_OWNER_URL."appview.php?appId=".$data->appId."  \n"; ?> in the bug's "URL" Field. If it is not entered, this search page can not find it.