fixed bug of not removable apps in the user management

This commit is contained in:
Ralf Becker 2005-03-30 14:45:16 +00:00
parent fdc23f5846
commit 3168a88a87

View File

@ -406,6 +406,8 @@
$where['acl_account'] = $cache_accountid[$accountid] = get_account_id($accountid,$this->account_id);
}
}
if ($app == '%' || $app == '%%') unset($where['acl_appname']);
$this->db->delete($this->table_name,$where,__LINE__,__FILE__);
return $this->db->affected_rows();