From e1bf06f3fe845efa7be8c095d814fc172235ab86 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Mon, 4 May 2009 14:38:20 +0000 Subject: [PATCH] Fixed: FS#707 - Problem with changing the spamfilter settings. --- interface/web/client/templates/client_edit_limits.htm | 2 +- interface/web/mail/mail_user_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/client/templates/client_edit_limits.htm b/interface/web/client/templates/client_edit_limits.htm index f1edc98e9d..e12abe94d4 100644 --- a/interface/web/client/templates/client_edit_limits.htm +++ b/interface/web/client/templates/client_edit_limits.htm @@ -75,7 +75,7 @@
- +  MB
diff --git a/interface/web/mail/mail_user_edit.php b/interface/web/mail/mail_user_edit.php index fd11f662be..5a746bc632 100644 --- a/interface/web/mail/mail_user_edit.php +++ b/interface/web/mail/mail_user_edit.php @@ -254,7 +254,7 @@ class page_action extends tform_actions { if($policy_id > 0) { if($tmp_user["id"] > 0) { // There is already a record that we will update - $app->db->datalogUpdate('spamfilter_users', "policy_id = $ploicy_id", 'id', $tmp_user["id"]); + $app->db->datalogUpdate('spamfilter_users', "policy_id = $policy_id", 'id', $tmp_user["id"]); } else { // We create a new record $insert_data = "(`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `priority`, `policy_id`, `email`, `fullname`, `local`) -- GitLab