We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202df8f commit 7d52e00Copy full SHA for 7d52e00
interface/lib/classes/listform_actions.inc.php
@@ -125,6 +125,8 @@ public function onLoad()
125
}
126
127
128
+ if($_SESSION['search'][$_SESSION['s']['module']['name'].$app->listform->listDef["name"].$app->listform->listDef['table']]['order_in_php']) $php_sort = true;
129
+
130
// Getting Datasets from DB
131
$records = $app->db->queryAllRecords($this->getQueryString($php_sort));
132
0 commit comments