diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-16 11:49:08 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-16 11:49:08 +0200 |
commit | bb0ccde864424d776d33bd8a4b704f720b090017 (patch) | |
tree | fbcad11d9bbb8bc8970fbf405c7c261ec72cd878 /Bugzilla/Search | |
parent | 7edcb0dc22c61bed763581d91295c4edae72c17f (diff) | |
download | bugzilla-bb0ccde864424d776d33bd8a4b704f720b090017.tar.gz bugzilla-bb0ccde864424d776d33bd8a4b704f720b090017.tar.xz |
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
Diffstat (limited to 'Bugzilla/Search')
-rw-r--r-- | Bugzilla/Search/Recent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |