mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
"fixed docu of search method: order and sort were exchanged"
This commit is contained in:
parent
9035eafef4
commit
3ca0341bf9
@ -581,8 +581,8 @@ class accounts_backend
|
||||
* @param $param['type'] string/int 'accounts', 'groups', 'owngroups' (groups the user is a member of), 'both'
|
||||
* or integer group-id for a list of members of that group
|
||||
* @param $param['start'] int first account to return (returns offset or max_matches entries) or all if not set
|
||||
* @param $param['sort'] string column to sort after, default account_lid if unset
|
||||
* @param $param['order'] string 'ASC' or 'DESC', default 'DESC' if not set
|
||||
* @param $param['order'] string column to sort after, default account_lid if unset
|
||||
* @param $param['sort'] string 'ASC' or 'DESC', default 'DESC' if not set
|
||||
* @param $param['query'] string to search for, no search if unset or empty
|
||||
* @param $param['query_type'] string:
|
||||
* 'all' - query all fields for containing $param[query]
|
||||
|
Loading…
Reference in New Issue
Block a user