From e17aaa4f5c0738b36c4f7c469ca5496a22076a88 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 4 Aug 2001 20:48:54 +0000 Subject: [PATCH] This follows the change to the ->accounts->membership() call. --- calendar/inc/class.bocalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index 03f1ffb873..f14fbd46d8 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -803,7 +803,7 @@ elseif($event['public'] == 2) { $is_private = True; - $groups = $phpgw->accounts->memberships($owner); + $groups = $phpgw->accounts->membership($owner); while (list($key,$group) = each($groups)) { if (strpos(' '.implode($event['groups'],',').' ',$group['account_id']))