MOH: Restore 'Default' label in select box.

This commit is contained in:
Nate Jones
2015-04-08 20:13:45 +00:00
parent d6636aee17
commit 6167c6f773

View File

@@ -56,7 +56,7 @@ include "root.php";
//add multi-lingual support
$language = new text;
$text = $language->get();
$text = $language->get($_SESSION['domain']['language']['code'], 'app/music_on_hold');
//start the select
$select = " <select class='formfld' name='".$this->select_name."' id='".$this->select_name."' style='width: auto;'>\n";