mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update conference_room_edit.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user