Fixes on modelform

This commit is contained in:
Antonio de la Rosa 2015-04-29 02:08:23 +02:00
parent 7b7df55b3b
commit 19cd803a87
5 changed files with 23 additions and 8 deletions

View file

@ -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))
{