From 3ca0341bf926367c3f00864d3c1ea28548e51296 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 8 Jan 2007 08:58:48 +0000 Subject: [PATCH] "fixed docu of search method: order and sort were exchanged" --- phpgwapi/inc/class.accounts_ldap.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index de1b7cb434..1fb86f173d 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -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]