quitened a warning

This commit is contained in:
Ralf Becker 2007-01-08 15:58:32 +00:00
parent e64e3e06b1
commit 08aadb56cf

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']))