From 11758e6c418f61d88b4f59b78161e49d2465e5b2 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 13 Aug 2004 16:28:21 +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)