Commit 62e035a8 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 13626: loaded query doesn't show "Sort By" correctly.

patch by dave@intrec.com
parent 020c5f2e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment