summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-06 06:18:38 +0200
committerterry%mozilla.org <>1999-05-06 06:18:38 +0200
commit5100352d43d8f1426360bbc3906d832c0447191b (patch)
treebd5934c1f0abf624e286e3f2fb85fb1b69e3fb01 /query.cgi
parentdaffcd74e36eab5a9813f5187329fb396f8d7b6d (diff)
downloadbugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.gz
bugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.xz
Allow querying of bug creation times.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 5ee513ec0..83609b0a7 100755
--- a/query.cgi
+++ b/query.cgi
@@ -345,6 +345,8 @@ push @::legal_target_milestone, "---"; # Oy, what a hack.
print $jscript;
+my @logfields = ("[Bug creation]", @::log_columns);
+
print "
<FORM NAME=queryForm METHOD=GET ACTION=\"buglist.cgi\">
@@ -403,7 +405,7 @@ Changed in the <NOBR>last <INPUT NAME=changedin SIZE=2 VALUE=\"$default{'changed
<td rowspan=2 align=right>Where the field(s)
</td><td rowspan=2>
<SELECT NAME=\"chfield\" MULTIPLE SIZE=4>
-@{[make_options(\@::log_columns, $default{'chfield'}, $type{'chfield'})]}
+@{[make_options(\@logfields, $default{'chfield'}, $type{'chfield'})]}
</SELECT>
</td><td rowspan=2>
changed.