From 808e4b12c2e49be1bf1edafafd4c4c1ef2ddf226 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 24 Nov 2005 05:35:59 +0000 Subject: Bug 314489: [PostgreSQL] Buglists sorted by importance fail Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 5c08ea304..5158091ad 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -1690,6 +1690,6 @@ sub BuildOrderBy { return; } - push(@$stringlist, $orderfield . ' ' . $orderdirection); + push(@$stringlist, trim($orderfield . ' ' . $orderdirection)); } 1; -- cgit v1.2.3-24-g4f1b