interface/lib/classes/remoting.inc.php | ●●●●● patch | view | raw | blame | history |
interface/lib/classes/remoting.inc.php
@@ -2365,7 +2365,7 @@ } else { $status = 'n'; } $sql = "UPDATE mail_domain SET active = '$status' WHERE id = ".intval($primary_id); $sql = "UPDATE mail_domain SET active = '$status' WHERE domain_id = ".intval($primary_id); $app->db->query($sql); $result = $app->db->affectedRows(); return $result;