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

patch by dave@intrec.com
This commit is contained in:
cyeh%bluemartini.com 2000-09-13 22:04:30 +00:00
parent 832fb5cd65
commit 8eb7c4896e

View File

@ -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);