mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
added comments which function are for compatibility only
This commit is contained in:
parent
10d033f6fb
commit
82a4305005
@ -285,7 +285,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returns an array of users and groups seperated, including all members of groups, which i.e. have acl access for an application
|
* returns a array of users and groups seperated, including all members of groups, which i.e.
|
||||||
|
* have acl access for an application
|
||||||
|
* needed to stay compatible with phpgw
|
||||||
*
|
*
|
||||||
* @param $app_users (array, default to 0)
|
* @param $app_users (array, default to 0)
|
||||||
*/
|
*/
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the the person data what you want. Wrapper function to be compatible with phpgroupware
|
* Get the the person data what you want. Wrapper function to stay compatible with phpgroupware.
|
||||||
*
|
*
|
||||||
* @author Lars Kneschke <lars@kneschke.de>
|
* @author Lars Kneschke <lars@kneschke.de>
|
||||||
* @param array $fields The fields that you can see from person
|
* @param array $fields The fields that you can see from person
|
||||||
|
Loading…
Reference in New Issue
Block a user