From cd30d6d0ab8ba0a02c5fd4d78a0cf2dc17316a19 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 13 Aug 2004 16:27:50 +0000 Subject: [PATCH] call the right function name --- phpgwapi/inc/class.accounts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php index 0b62a8dedf..17d48fd0ef 100644 --- a/phpgwapi/inc/class.accounts.inc.php +++ b/phpgwapi/inc/class.accounts.inc.php @@ -370,7 +370,7 @@ accounts_::delete($accountid); // delete all acl_entries belonging to that user or group - $GLOBALS['phpgw']->acl->delete($accountid); + $GLOBALS['phpgw']->acl->delete_account($accountid); } function create($account_info,$default_prefs=True)