Closed (cannot reproduce)
Project:
Webform
Version:
7.x-3.11
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 11:06 UTC
Updated:
12 Apr 2014 at 02:46 UTC
Jump to comment: Most recent
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
Comment #1
quicksketchWebform 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.