mistype the name of the new function get_account_id()

This commit is contained in:
skeeter 2001-03-19 20:37:09 +00:00
parent b9da94fd2e
commit 4199aceffc

View File

@ -367,7 +367,7 @@ It should use the values in the $this->data
@param $account_id account id
*/
function delete_repository($app, $location, $accountid = ''){
$account_id = get_account_type($accountid,$this->account_id);
$account_id = get_account_id($accountid,$this->account_id);
$sql = "delete from phpgw_acl where acl_appname like '".$app."'"
. " and acl_location like '".$location."' and "
. " acl_account = ".$account_id;