Skip to content
Snippets Groups Projects
Commit 5a959739 authored by tbrehm's avatar tbrehm
Browse files

Fixed: Error Server can not be changed when trying to modify a spamfilter...

Fixed: Error Server can not be changed when trying to modify a spamfilter blacklist or whitelist record 
parent 936e79d7
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ class page_action extends tform_actions { ...@@ -71,6 +71,7 @@ class page_action extends tform_actions {
parent::onShowNew(); parent::onShowNew();
} }
/*
function onBeforeUpdate() { function onBeforeUpdate() {
global $app, $conf; global $app, $conf;
...@@ -86,6 +87,7 @@ class page_action extends tform_actions { ...@@ -86,6 +87,7 @@ class page_action extends tform_actions {
unset($rec); unset($rec);
} }
} }
*/
function onSubmit() { function onSubmit() {
global $app, $conf; global $app, $conf;
......
...@@ -70,7 +70,8 @@ class page_action extends tform_actions { ...@@ -70,7 +70,8 @@ class page_action extends tform_actions {
parent::onShowNew(); parent::onShowNew();
} }
/*
function onBeforeUpdate() { function onBeforeUpdate() {
global $app, $conf; global $app, $conf;
...@@ -86,6 +87,7 @@ class page_action extends tform_actions { ...@@ -86,6 +87,7 @@ class page_action extends tform_actions {
unset($rec); unset($rec);
} }
} }
*/
function onSubmit() { function onSubmit() {
global $app, $conf; global $app, $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment