mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
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',
|
||||
'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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user