call the right function name

This commit is contained in:
Lars Kneschke 2004-08-13 16:27:50 +00:00
parent 41acc5ce0f
commit cd30d6d0ab

View File

@ -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)