Hello. I found some bug in code.

file option.inc 466 line

was

if (is_array($option_key)) {
foreach ($option_key as $option_subkey => $option_subvalue) {

must be

if (is_array($option_value)) {
foreach ($option_value as $option_subkey => $option_subvalue) {

Im not familar with the CSV system.
Help someone to make a patch please.

Comments

quicksketch’s picture

Issue summary: View changes
Status: Needs work » Closed (cannot reproduce)

file option.inc 466 line

Webform doesn't include a file with the name option.inc. I also searched for the string you mentioned, but I couldn't find anything similar in Webform. Considering this was opened a few years ago, the only thing I can think to do here is close this issue.