mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
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
|
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
|
// allow the get_rows function to override / set sel_options
|
||||||
if (isset($value['rows']['sel_options']) && is_array($value['rows']['sel_options']))
|
if (isset($value['rows']['sel_options']) && is_array($value['rows']['sel_options']))
|
||||||
|
Loading…
Reference in New Issue
Block a user