Fix: Do not use   as value of a list
This commit is contained in:
parent
73ad0f9302
commit
a57e0d3505
@ -3949,7 +3949,7 @@ class Form
|
|||||||
|
|
||||||
if ($show_empty)
|
if ($show_empty)
|
||||||
{
|
{
|
||||||
$out.='<option value="-1"'.($id==-1?' selected="selected"':'').'> </option>'."\n";
|
$out.='<option value="-1"'.($id==-1?' selected="selected"':'').'> </option>'."\n"; // Do not use here. It will show it when list is not ajaxed
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_array($array))
|
if (is_array($array))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user