summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-09-14 07:04:30 +0200
committercyeh%bluemartini.com <>2000-09-14 07:04:30 +0200
commit62e035a8a27853465e4d79afd32300da0939b100 (patch)
tree31f37e3e6a20f4d736ad693098a0155aaee748ae /query.cgi
parent020c5f2eefcd4c60bc4f80f7142cbb8560519c6a (diff)
downloadbugzilla-62e035a8a27853465e4d79afd32300da0939b100.tar.gz
bugzilla-62e035a8a27853465e4d79afd32300da0939b100.tar.xz
fix for 13626: loaded query doesn't show "Sort By" correctly.
patch by dave@intrec.com
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 350ed1cb5..23bbf58cc 100755
--- a/query.cgi
+++ b/query.cgi
@@ -877,6 +877,8 @@ if ($::COOKIE{'LASTORDER'}) {
unshift(@orders, $deforder);
}
+if ($::FORM{'order'}) { $deforder = $::FORM{'order'} }
+
my $defquerytype = $userdefaultquery ? "my" : "the";
print make_options(\@orders, $deforder);