mcramer
2012-09-20 c8ccbfb4f4e323d828af15f0bc33cc979cc501b9
interface/web/mail/mail_domain_del.php
@@ -78,7 +78,7 @@
      }
      
      // Delete all spamfilters that belong to this domain
      $records = $app->db->queryAllRecords("SELECT id FROM spamfilter_users WHERE email = '@".$app->db->quote($domain)."'");
      $records = $app->db->queryAllRecords("SELECT id FROM spamfilter_users WHERE email = '%@".$app->db->quote($domain)."'");
      foreach($records as $rec) {
         $app->db->datalogDelete('spamfilter_users','id',$rec['id']);
      }