mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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'];
|
||||
|
||||
// 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();
|
||||
foreach((array)$values['selected'] as $id)
|
||||
|
Loading…
Reference in New Issue
Block a user