values are NOT yet used on client side, but give warnings if array are not converted to strings

This commit is contained in:
Ralf Becker 2011-05-05 07:31:04 +00:00
parent e1783ea0f7
commit b52b7acf8a

View File

@ -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)