mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
values are NOT yet used on client side, but give warnings if array are not converted to strings
This commit is contained in:
parent
e1783ea0f7
commit
b52b7acf8a
@ -517,7 +517,7 @@ class nextmatch_widget
|
|||||||
$value['rows']['_row_id'] =& $value['row_id'];
|
$value['rows']['_row_id'] =& $value['row_id'];
|
||||||
|
|
||||||
// values are NOT yet used on client side, but give warnings if array are not converted to strings
|
// values are NOT yet used on client side, but give warnings if array are not converted to strings
|
||||||
$values['action'] = $value['checkboxes'] = $value['selected'] = '';
|
$value['action'] = $value['checkboxes'] = $value['selected'] = '';
|
||||||
/*
|
/*
|
||||||
$selected = $checkboxes = array();
|
$selected = $checkboxes = array();
|
||||||
foreach((array)$values['selected'] as $id)
|
foreach((array)$values['selected'] as $id)
|
||||||
|
Loading…
Reference in New Issue
Block a user