From 89fbd4e75520a5e9be38073cdb104ce84b64a89a Mon Sep 17 00:00:00 2001 From: zone Date: Sun, 5 Aug 2001 07:53:59 +0000 Subject: [PATCH] Update to accounts->membership --- phpgwapi/inc/class.vfs_sql.inc.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/phpgwapi/inc/class.vfs_sql.inc.php b/phpgwapi/inc/class.vfs_sql.inc.php index b8c2956baf..2cae1b4b4b 100644 --- a/phpgwapi/inc/class.vfs_sql.inc.php +++ b/phpgwapi/inc/class.vfs_sql.inc.php @@ -22,11 +22,12 @@ \**************************************************************************/ /* $Id$ */ - /*! - @class vfs - @abstract virtual file system - @description Authors: Zone - */ + + /*! + @class vfs + @abstract Virtual File System + @description Authors: Zone + */ /* Relative defines. Used mainly by getabsolutepath () */ define (RELATIVE_ROOT, 1); @@ -953,7 +954,7 @@ class vfs } /* 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); while (list ($num, $group_array) = each ($memberships))