Fix: bad id of combobox

This commit is contained in:
Regis Houssin 2011-04-25 09:37:01 +00:00
parent f7f90b51c7
commit fe11e7ec88

View File

@ -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">&nbsp;</option>';
$num = $this->db->num_rows($resql);
$i = 0;