MOH: Restore 'Default' label in select box.

This commit is contained in:
Nate Jones 2015-04-08 20:13:45 +00:00
parent 3b8b7ad0ca
commit 5f6bf426c3
1 changed files with 1 additions and 1 deletions

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";