Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
08cdc5ca
Commit
08cdc5ca
authored
Jun 09, 2015
by
Lukas Fleischer
Browse files
Invert order when sorting packages by age
Fixes FS#44195. Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
6ce4433b
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/lib/pkgfuncs.inc.php
View file @
08cdc5ca
...
...
@@ -677,7 +677,7 @@ function pkg_search_page($SID="") {
$q_sort
.
=
"Maintainer "
.
$order
.
", "
;
break
;
case
'a'
:
$q_sort
.
=
"ModifiedTS "
.
$order
.
", "
;
$q_sort
.
=
"
-
ModifiedTS "
.
$order
.
", "
;
break
;
default
:
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment