mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Update to accounts->membership
This commit is contained in:
parent
7f8beb1d37
commit
89fbd4e755
@ -22,9 +22,10 @@
|
|||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@class vfs
|
@class vfs
|
||||||
@abstract virtual file system
|
@abstract Virtual File System
|
||||||
@description Authors: Zone
|
@description Authors: Zone
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -953,7 +954,7 @@ class vfs
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Check if they're in the group. If so, they have access */
|
/* Check if they're in the group. If so, they have access */
|
||||||
$memberships = $phpgw->accounts->memberships ($account_id);
|
$memberships = $phpgw->accounts->membership ($account_id);
|
||||||
|
|
||||||
reset ($memberships);
|
reset ($memberships);
|
||||||
while (list ($num, $group_array) = each ($memberships))
|
while (list ($num, $group_array) = each ($memberships))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user