Allow an empty ringback value
This commit is contained in:
parent
1af129b94f
commit
b6012976fb
|
|
@ -106,6 +106,7 @@ if (!class_exists('ringbacks')) {
|
||||||
|
|
||||||
//start the select
|
//start the select
|
||||||
$select = "<select class='formfld' name='".$name."' id='".$name."' style='width: auto;'>\n";
|
$select = "<select class='formfld' name='".$name."' id='".$name."' style='width: auto;'>\n";
|
||||||
|
$select .= " <option value=''></option>\n";
|
||||||
|
|
||||||
//music list
|
//music list
|
||||||
if (count($this->music_list) > 0) {
|
if (count($this->music_list) > 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue