When hidden variation is put on select dynamic in multiple mode the following appears, it also always happens in the list module (I presume hidden is forced here):
Warning: htmlspecialchars() expects parameter 1 to be string, array given in .../libraries/cms/cck/plugin/field.php on line 1116
as $value is array here we need to loop it..sth like http://hawkee.com/snippet/8641/
When hidden variation is put on select dynamic in multiple mode the following appears, it also always happens in the list module (I presume hidden is forced here):
Warning: htmlspecialchars() expects parameter 1 to be string, array given in .../libraries/cms/cck/plugin/field.php on line 1116
as $value is array here we need to loop it..sth like http://hawkee.com/snippet/8641/