Update conference_room_edit.php

This commit is contained in:
FusionPBX
2017-10-21 11:14:18 -06:00
committed by GitHub
parent 1ce2dae081
commit 2d9baf9815

View File

@@ -94,7 +94,7 @@
$sql = "select * ";
$sql .= "from v_conference_profiles ";
$sql .= "where profile_enabled = 'true' ";
$sql .= "and (profile_name <> 'page' and profile_name <> 'sla') ";
$sql .= "and profile_name <> 'sla' ";
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();
$conference_profiles = $prep_statement->fetchAll(PDO::FETCH_NAMED);