Skip to content
Snippets Groups Projects
Commit e7329b74 authored by Chefkeks's avatar Chefkeks
Browse files
parent 24004ee2
Branches
Tags
No related merge requests found
...@@ -34,6 +34,7 @@ if ($_REQUEST['query']) { ...@@ -34,6 +34,7 @@ if ($_REQUEST['query']) {
$sortOptions = array('name' => 'user.name', $sortOptions = array('name' => 'user.name',
'email' => 'email.address', 'email' => 'email.address',
'status' => 'account_status',
'create' => 'user.created', 'create' => 'user.created',
'update' => 'user.updated'); 'update' => 'user.updated');
$orderWays = array('DESC'=>'DESC','ASC'=>'ASC'); $orderWays = array('DESC'=>'DESC','ASC'=>'ASC');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment