diff options
author | terry%netscape.com <> | 1999-01-28 05:17:06 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1999-01-28 05:17:06 +0000 |
commit | 903f703c12a4f310658ef0abeed6cd9f9e1fc97f (patch) | |
tree | 6515cd54357f378680bc193f60e3e9d9a1ea32a7 /editparams.cgi | |
parent | Oops; wasn't setting the URL field. (diff) | |
download | bugzilla-903f703c12a4f310658ef0abeed6cd9f9e1fc97f.tar.gz bugzilla-903f703c12a4f310658ef0abeed6cd9f9e1fc97f.tar.bz2 bugzilla-903f703c12a4f310658ef0abeed6cd9f9e1fc97f.zip |
Added three new fields (which appear in the UI only if params are
turned on): target_milestone, qa_contact, and status_whiteboard.
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-x | editparams.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editparams.cgi b/editparams.cgi index f926c0ae9..75c7500d7 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -61,7 +61,7 @@ foreach my $i (@::param_list) { SWITCH: for ($::param_type{$i}) { /^t$/ && do { print "<input size=80 name=$i value=\"" . - value_quote($value) . '">\n'; + value_quote($value) . "\">\n"; last SWITCH; }; /^l$/ && do { |