diff options
Diffstat (limited to 'Bugzilla')
-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 |