mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update switch_music_on_hold.php
This commit is contained in:
@@ -61,7 +61,7 @@ include "root.php";
|
|||||||
//music on hold
|
//music on hold
|
||||||
$music_list = $this->get();
|
$music_list = $this->get();
|
||||||
if (count($music_list) > 0) {
|
if (count($music_list) > 0) {
|
||||||
$select .= " <optgroup value=''>\n";
|
$select .= " <option value=''>\n";
|
||||||
$select .= " <optgroup label='".$text['label-music_on_hold']."'>\n";
|
$select .= " <optgroup label='".$text['label-music_on_hold']."'>\n";
|
||||||
$previous_name = '';
|
$previous_name = '';
|
||||||
foreach($music_list as $row) {
|
foreach($music_list as $row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user