mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
quitened a warning
This commit is contained in:
parent
e64e3e06b1
commit
08aadb56cf
@ -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