Update conference_edit.php

This commit is contained in:
FusionPBX
2017-10-21 10:45:12 -06:00
committed by GitHub
parent 3723851751
commit e9c1c9b350

View File

@@ -328,7 +328,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);