interface/web/mail/mail_domain_edit.php | ●●●●● 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 }