From bb0ccde864424d776d33bd8a4b704f720b090017 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 16 Jul 2010 11:49:08 +0200 Subject: Bug 578335: The "Show next bug in my list" user pref either doesn't display the next bug or display one from the wrong buglist r/a=mkanat --- Bugzilla/Search/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Search') diff --git a/Bugzilla/Search/Recent.pm b/Bugzilla/Search/Recent.pm index 79257a851..6e24bd5bc 100644 --- a/Bugzilla/Search/Recent.pm +++ b/Bugzilla/Search/Recent.pm @@ -32,7 +32,7 @@ use Bugzilla::Util; ############# use constant DB_TABLE => 'profile_search'; -use constant LIST_ORDER => 'id'; +use constant LIST_ORDER => 'id DESC'; use constant DB_COLUMNS => qw( id -- cgit v1.2.3-24-g4f1b