From 147f689b7355cdb2fa1dee6bd7d2237e5bf3a89b Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 19 Jan 2005 04:59:27 +0000 Subject: [PATCH] Fix up selects for Maintainer Rating and Versions to return " " when Choose.. is selected. --- include/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util.php b/include/util.php index cd8a70c..2211ad8 100644 --- a/include/util.php +++ b/include/util.php @@ -99,7 +99,7 @@ function make_bugzilla_version_list($varname, $cvalue) if(!$result) return; echo "\n"; - echo "\n"; + echo "\n"; $aRating = array("Gold", "Silver", "Bronze", "Garbage"); $iMax = count($aRating);