Little bug fixes
This commit is contained in:
parent
16cd13edbc
commit
545286bd4e
3 changed files with 11 additions and 5 deletions
|
|
@ -49,6 +49,8 @@ class SelectModelForm extends SelectForm{
|
|||
|
||||
$query=$this->model->select(array($this->field_name, $this->field_value), $this->raw_query);
|
||||
|
||||
$this->arr_select['']='';
|
||||
|
||||
while($row=$this->model->fetch_array($query))
|
||||
{
|
||||
|
||||
|
|
@ -64,4 +66,4 @@ class SelectModelForm extends SelectForm{
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue