call the right function name

This commit is contained in:
Lars Kneschke 2004-08-13 16:28:21 +00:00
parent a70d55cc82
commit 11758e6c41

View File

@ -370,7 +370,7 @@
accounts_::delete($accountid); accounts_::delete($accountid);
// delete all acl_entries belonging to that user or group // 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) function create($account_info,$default_prefs=True)