tbrehm
2009-06-28 3721d3e94ebc2d839492f11b3be8847344060eb3
Fixed: FS#764 - spamfilter not well updated after change of domain 
1 files modified
5 ■■■■■ changed files
interface/web/mail/mail_domain_edit.php 5 ●●●●● patch | view | raw | blame | history
interface/web/mail/mail_domain_edit.php
@@ -298,6 +298,11 @@
                }
            }
            
            //* Delete the old spamfilter record
            $tmp = $app->db->queryOneRecord("SELECT id FROM spamfilter_users WHERE email = '@".mysql_real_escape_string($this->oldDataRecord["domain"])."'");
            $app->db->datalogDelete('spamfilter_users', 'id', $tmp["id"]);
            unset($tmp);
        } // end if domain name changed
        
    }