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

@ -30,7 +30,7 @@ function select_a_row_where_method_class($class, $where, $arr_select=array(), $r
$query=$class->select($where, $arr_select, $raw_query);
return webtsys_fetch_array($query, $assoc);
return $class->fetch_array($query, $assoc);
}