From 1696b100ee18475c0dae7583ff5bea0964dfd452 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Mon, 10 Jan 2005 22:07:10 +0000 Subject: [PATCH] --- bugs.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.