forked from extern/egroupware
re-added the account-search-types lost in the rewrite of the accounts-class
This commit is contained in:
parent
3dcbd0ae30
commit
66abd0c259
@ -110,6 +110,20 @@ class accounts extends accounts_backend
|
|||||||
var $depricated_names = array('firstname','lastname','fullname','email','type',
|
var $depricated_names = array('firstname','lastname','fullname','email','type',
|
||||||
'status','expires','lastlogin','lastloginfrom','lastpasswd_change');
|
'status','expires','lastlogin','lastloginfrom','lastpasswd_change');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Querytypes for the account-search
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
var $query_types = array(
|
||||||
|
'all' => 'all fields',
|
||||||
|
'firstname' => 'firstname',
|
||||||
|
'lastname' => 'lastname',
|
||||||
|
'lid' => 'LoginID',
|
||||||
|
'email' => 'email',
|
||||||
|
'start' => 'start with',
|
||||||
|
'exact' => 'exact',
|
||||||
|
);
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user