Fixes on modelform
This commit is contained in:
parent
7b7df55b3b
commit
19cd803a87
5 changed files with 23 additions and 8 deletions
|
|
@ -26,7 +26,7 @@ function select_a_field_method_class($class, $where, $field)
|
|||
|
||||
$query=$class->select($where, array($field), $raw_query=1);
|
||||
|
||||
while(list($field_choose)=webtsys_fetch_row($query))
|
||||
while(list($field_choose)=$class->fetch_row($query))
|
||||
{
|
||||
|
||||
$arr_field[]=$field_choose;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue