mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Invert order when sorting packages by age
Fixes FS#44195. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
6ce4433b88
commit
08cdc5ca64
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ function pkg_search_page($SID="") {
|
||||||
$q_sort .= "Maintainer " . $order . ", ";
|
$q_sort .= "Maintainer " . $order . ", ";
|
||||||
break;
|
break;
|
||||||
case 'a':
|
case 'a':
|
||||||
$q_sort .= "ModifiedTS " . $order . ", ";
|
$q_sort .= "-ModifiedTS " . $order . ", ";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue