forked from extern/egroupware
Fix sort by account created or modified gives SQL error
This commit is contained in:
parent
cb43eb44c4
commit
687ed8746c
@ -55,7 +55,7 @@ class admin_ui
|
|||||||
'order' => 'account_lid',
|
'order' => 'account_lid',
|
||||||
'sort' => 'ASC',
|
'sort' => 'ASC',
|
||||||
'row_id' => 'account_id',
|
'row_id' => 'account_id',
|
||||||
'default_cols' => '!account_id,account_created',
|
'default_cols' => '!account_id,created',
|
||||||
'actions' => self::user_actions(),
|
'actions' => self::user_actions(),
|
||||||
);
|
);
|
||||||
//$content['msg'] = 'Hi Ralf ;-)';
|
//$content['msg'] = 'Hi Ralf ;-)';
|
||||||
|
@ -27,8 +27,8 @@
|
|||||||
<nextmatch-sortheader label="EMail" id="account_email"/>
|
<nextmatch-sortheader label="EMail" id="account_email"/>
|
||||||
<nextmatch-sortheader label="Primary group" id="account_primary_group"/>
|
<nextmatch-sortheader label="Primary group" id="account_primary_group"/>
|
||||||
<nextmatch-sortheader label="Expires" id="account_expires"/>
|
<nextmatch-sortheader label="Expires" id="account_expires"/>
|
||||||
<nextmatch-sortheader label="Created" id="account_created"/>
|
<nextmatch-sortheader label="Created" id="created"/>
|
||||||
<nextmatch-sortheader label="Last modified" id="account_modified"/>
|
<nextmatch-sortheader label="Last modified" id="modified"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[status_class]">
|
<row class="$row_cont[status_class]">
|
||||||
<description id="${row}[account_lid]" no_lang="1"/>
|
<description id="${row}[account_lid]" no_lang="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user