fixed a misspelling for account to accounts

This commit is contained in:
skeeter 2001-01-22 19:28:41 +00:00
parent ebff5e1d61
commit bcc5246ac6

View File

@ -348,7 +348,7 @@
if($this->account_id) {
$db2 = $phpgw->db;
$db2->query("UPDATE account SET account_permissions = '".$this->user_app_string()."' WHERE account_id=".$this->account_id,__LINE__,__FILE__);
$db2->query("UPDATE accounts SET account_permissions = '".$this->user_app_string()."' WHERE account_id=".$this->account_id,__LINE__,__FILE__);
$phpgw->acl->remove_locations("run");
reset($this->user_apps);
while($app = each($this->user_apps)) {