Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7d52e00a
Commit
7d52e00a
authored
Nov 14, 2013
by
Marius Cramer
Browse files
Fixed list sorting
parent
202df8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/listform_actions.inc.php
View file @
7d52e00a
...
...
@@ -125,6 +125,8 @@ class listform_actions {
}
}
if
(
$_SESSION
[
'search'
][
$_SESSION
[
's'
][
'module'
][
'name'
]
.
$app
->
listform
->
listDef
[
"name"
]
.
$app
->
listform
->
listDef
[
'table'
]][
'order_in_php'
])
$php_sort
=
true
;
// Getting Datasets from DB
$records
=
$app
->
db
->
queryAllRecords
(
$this
->
getQueryString
(
$php_sort
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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