Commit 808e4b12 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 314489: [PostgreSQL] Buglists sorted by importance fail

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
parent 4b61c038
......@@ -1690,6 +1690,6 @@ sub BuildOrderBy {
return;
}
push(@$stringlist, $orderfield . ' ' . $orderdirection);
push(@$stringlist, trim($orderfield . ' ' . $orderdirection));
}
1;
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