Update switch_music_on_hold.php
This commit is contained in:
parent
74e6fdabd7
commit
3e39cc1e91
|
|
@ -61,7 +61,7 @@ include "root.php";
|
|||
//music on hold
|
||||
$music_list = $this->get();
|
||||
if (count($music_list) > 0) {
|
||||
$select .= " <optgroup value=''>\n";
|
||||
$select .= " <option value=''>\n";
|
||||
$select .= " <optgroup label='".$text['label-music_on_hold']."'>\n";
|
||||
$previous_name = '';
|
||||
foreach($music_list as $row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue