forked from extern/egroupware
revert last commit, as it gives a fatal error with php5.0
This commit is contained in:
parent
08aadb56cf
commit
0315d30672
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user