IDE warning cleanup

This commit is contained in:
Hadi Nategh 2015-05-05 09:01:46 +00:00
parent 6990a415ee
commit cdd04a674f

View File

@ -418,7 +418,7 @@ class acl
* *
* @param string $app appname * @param string $app appname
* @param string $location location * @param string $location location
* @param int/boolean $account_id account id, default 0=$this->account_id, or false to delete all entries for $app/$location * @param int/boolean $accountid = '' account id, default 0=$this->account_id, or false to delete all entries for $app/$location
* @return int number of rows deleted * @return int number of rows deleted
*/ */
function delete_repository($app, $location, $accountid='') function delete_repository($app, $location, $accountid='')
@ -526,7 +526,7 @@ class acl
* *
* @param string $location location * @param string $location location
* @param int $required required rights * @param int $required required rights
* @param int $account_id account id defaults to $GLOBALS['egw_info']['user']['account_id']; * @param int $accountid account id defaults to $GLOBALS['egw_info']['user']['account_id'];
* @return array/boolean false if there are no matching row in the db, else array with app-names * @return array/boolean false if there are no matching row in the db, else array with app-names
*/ */
function get_app_list_for_id($location, $required, $accountid = '') function get_app_list_for_id($location, $required, $accountid = '')
@ -648,7 +648,7 @@ class acl
/** /**
* get a list of applications a user has rights to * get a list of applications a user has rights to
* *
* @param int $account_id optional defaults to $GLOBALS['egw_info']['user']['account_id']; * @param int $accountid = '' optional defaults to $GLOBALS['egw_info']['user']['account_id'];
* @param boolean $use_memberships = true true: use memberships too, false: only use given account * @param boolean $use_memberships = true true: use memberships too, false: only use given account
* @param boolean $add_implicit_apps = true true: add apps every user has implicit rights * @param boolean $add_implicit_apps = true true: add apps every user has implicit rights
* @return array containing list of apps * @return array containing list of apps