Fix: double empty
This commit is contained in:
parent
26591d3019
commit
0764b3778e
@ -559,7 +559,7 @@ class Form
|
||||
else
|
||||
{
|
||||
$out.= '<select id="select'.$htmlname.'" class="flat" name="'.$htmlname.'">';
|
||||
if ($showempty) $out.=$out.= '<option value="-1"> </option>';
|
||||
if ($showempty) $out.= '<option value="-1"> </option>';
|
||||
$num = $this->db->num_rows($resql);
|
||||
$i = 0;
|
||||
if ($num)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user