Update domain_edit.php

This commit is contained in:
FusionPBX
2026-01-19 20:36:19 -07:00
committed by GitHub
parent e0668245c6
commit 82cf999baf
-1
View File
@@ -110,7 +110,6 @@
if ($action == 'add') {
$sql = "select count(*) from v_domains ";
$sql .= "where domain_name = :domain_name ";
$sql .= "and destination_type = 'inbound' ";
$parameters['domain_name'] = $domain_name;
$num_rows = $database->select($sql, $parameters, 'column');
if ($num_rows > 0) {