diff --git a/broadcast-message.php b/broadcast-message.php index cac39bf8..16a4d7e3 100644 --- a/broadcast-message.php +++ b/broadcast-message.php @@ -60,7 +60,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") $recipients = []; $q = "SELECT username from $table_mailbox WHERE ".db_in_clause("domain", $wanted_domains); - if(!isset($_POST['bailboxes_only']) || $_POST['mailboxes_only'] != "on") { + if(!isset($_POST['mailboxes_only']) || $_POST['mailboxes_only'] != "on") { $q .= " UNION SELECT goto FROM $table_alias WHERE ".db_in_clause("domain", $wanted_domains)."AND goto NOT IN ($q)"; } $result = db_query($q);