From 5a959739f2e55f5ee2a0807cc894ca8fe331c5fa Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 4 Mar 2009 16:56:03 +0000
Subject: [PATCH] Fixed: Error Server can not be changed when trying to modify
 a spamfilter blacklist or whitelist record

---
 interface/web/mail/spamfilter_blacklist_edit.php | 2 ++
 interface/web/mail/spamfilter_whitelist_edit.php | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/interface/web/mail/spamfilter_blacklist_edit.php b/interface/web/mail/spamfilter_blacklist_edit.php
index eda958448..141e6a77e 100644
--- a/interface/web/mail/spamfilter_blacklist_edit.php
+++ b/interface/web/mail/spamfilter_blacklist_edit.php
@@ -71,6 +71,7 @@ class page_action extends tform_actions {
 		parent::onShowNew();
 	}
 	
+	/*
 	function onBeforeUpdate() {
 		global $app, $conf;
 
@@ -86,6 +87,7 @@ class page_action extends tform_actions {
 			unset($rec);
 		}
 	}
+	*/
 
 function onSubmit() {
 		global $app, $conf;
diff --git a/interface/web/mail/spamfilter_whitelist_edit.php b/interface/web/mail/spamfilter_whitelist_edit.php
index 31aff9fa6..bf1db41f9 100644
--- a/interface/web/mail/spamfilter_whitelist_edit.php
+++ b/interface/web/mail/spamfilter_whitelist_edit.php
@@ -70,7 +70,8 @@ class page_action extends tform_actions {
 		
 		parent::onShowNew();
 	}
-
+	
+	/*
 	function onBeforeUpdate() {
 		global $app, $conf;
 
@@ -86,6 +87,7 @@ class page_action extends tform_actions {
 			unset($rec);
 		}
 	}
+	*/
 
 	function onSubmit() {
 		global $app, $conf;
-- 
GitLab