From bcc5246ac6ef2ca27a35567bf3e87dd623050a02 Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 22 Jan 2001 19:28:41 +0000 Subject: [PATCH] fixed a misspelling for account to accounts --- phpgwapi/inc/class.applications.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.applications.inc.php b/phpgwapi/inc/class.applications.inc.php index 5da4475556..fec7a16a1d 100755 --- a/phpgwapi/inc/class.applications.inc.php +++ b/phpgwapi/inc/class.applications.inc.php @@ -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)) {