tbrehm
2009-03-04 5a959739f2e55f5ee2a0807cc894ca8fe331c5fa
Fixed: Error Server can not be changed when trying to modify a spamfilter blacklist or whitelist record 
2 files modified
6 ■■■■ changed files
interface/web/mail/spamfilter_blacklist_edit.php 2 ●●●●● patch | view | raw | blame | history
interface/web/mail/spamfilter_whitelist_edit.php 4 ●●● patch | view | raw | blame | history
interface/web/mail/spamfilter_blacklist_edit.php
@@ -71,6 +71,7 @@
        parent::onShowNew();
    }
    
    /*
    function onBeforeUpdate() {
        global $app, $conf;
@@ -86,6 +87,7 @@
            unset($rec);
        }
    }
    */
function onSubmit() {
        global $app, $conf;
interface/web/mail/spamfilter_whitelist_edit.php
@@ -70,7 +70,8 @@
        
        parent::onShowNew();
    }
    /*
    function onBeforeUpdate() {
        global $app, $conf;
@@ -86,6 +87,7 @@
            unset($rec);
        }
    }
    */
    function onSubmit() {
        global $app, $conf;