Fix: bad id of combobox
This commit is contained in:
parent
f7f90b51c7
commit
fe11e7ec88
@ -582,7 +582,7 @@ class Form
|
||||
}
|
||||
else
|
||||
{
|
||||
$out.= '<select id="select'.$htmlname.'" class="flat" name="'.$htmlname.'">';
|
||||
$out.= '<select id="'.$htmlname.'" class="flat" name="'.$htmlname.'">';
|
||||
if ($showempty) $out.= '<option value="-1"> </option>';
|
||||
$num = $this->db->num_rows($resql);
|
||||
$i = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user