mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 14:58:43 +01:00
"fixed typo prefenting sel_options set in get_rows to be displayed"
This commit is contained in:
parent
aad4117be2
commit
aa4d4c3d0f
@ -325,7 +325,7 @@ class nextmatch_widget
|
|||||||
$total = $extension_data['total'] = $value['total'] = $obj->$method($value,$rows,$readonlys['rows']);
|
$total = $extension_data['total'] = $value['total'] = $obj->$method($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($rows['sel_options']) && is_array($value['rows']['sel_options']))
|
if (isset($rows['sel_options']) && is_array($rows['sel_options']))
|
||||||
{
|
{
|
||||||
$tmpl->sel_options = array_merge($tmpl->sel_options,$rows['sel_options']);
|
$tmpl->sel_options = array_merge($tmpl->sel_options,$rows['sel_options']);
|
||||||
unset($rows['sel_options']);
|
unset($rows['sel_options']);
|
||||||
|
Loading…
Reference in New Issue
Block a user