This commit is contained in:
Mark Crane 2015-03-07 13:44:27 +00:00
parent db34031e8b
commit 9c662eef1e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
else {
$sql .= "dialplan_detail_group = '$dialplan_detail_group' ";
}
$sql .= "where domain_uuid = '".$_SESSION['domain_uuid']."' ";
$sql .= "where (domain_uuid = '".$_SESSION['domain_uuid']."' or domain_uuid is null) ";
$sql .= "and dialplan_detail_uuid = '$dialplan_detail_uuid'";
$db->exec(check_sql($sql));
unset($sql);