revert last commit, as it gives a fatal error with php5.0

This commit is contained in:
Ralf Becker 2007-01-08 21:23:02 +00:00
parent 08aadb56cf
commit 0315d30672

View File

@ -223,7 +223,7 @@
}
else
{
$total = $value['total'] = $obj->$method($value,$value['rows'],@$readonlys['rows']);
$total = $value['total'] = $obj->$method($value,$value['rows'],$readonlys['rows']);
// allow the get_rows function to override / set sel_options
if (isset($value['rows']['sel_options']) && is_array($value['rows']['sel_options']))