Fixes on modelform
This commit is contained in:
parent
7b7df55b3b
commit
19cd803a87
5 changed files with 23 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ function select_to_array_method_class($class, $where="", $arr_select=array(), $r
|
|||
|
||||
$query=$class->select($where, $arr_select, $raw_query);
|
||||
|
||||
while($arr_row=webtsys_fetch_array($query))
|
||||
while($arr_row=$class->fetch_array($query))
|
||||
{
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue