Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
d53901ee
Commit
d53901ee
authored
Mar 13, 2010
by
Loui Chang
Browse files
packages.php: Fix explicit sorting when search keywords aren't specified.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
a298948d
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/packages.php
View file @
d53901ee
...
...
@@ -70,7 +70,7 @@ if (isset($_GET['ID'])) {
package_details
(
$_GET
[
'ID'
],
$_COOKIE
[
"AURSID"
]);
}
}
else
{
if
(
!
isset
(
$_GET
[
'K'
]))
{
if
(
!
isset
(
$_GET
[
'K'
])
&&
!
isset
(
$_GET
[
'SB'
])
)
{
$_GET
[
'SB'
]
=
'v'
;
$_GET
[
'SO'
]
=
'd'
;
}
...
...
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