Closed (fixed)
Project:
Webform Multiple (WFM)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2015 at 12:32 UTC
Updated:
4 Mar 2016 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ralphvdhoudt commentedAdded a check to exclude if allready an array
Comment #3
mrharolda commented_wfm_submission_data_to_string() needs an array to function, so with your code, this function is never called?
It is indeed a strange function. The constructed string can't be reconstructed if it contains a serialized string to begin with.
Comment #4
ralphvdhoudt commentedLook like the function is not needed for the module to work correctly. The usage of the function is unclear and fails when the value of the function contains an array. The patch removes the function and function call.
Comment #5
mrharolda commentedTnx! Tested and committed as patch in the make file of the DvG distribution!
Comment #6
BarisW commentedYes please. Can this be committed in this module?
Comment #8
pjcdawkins commentedThanks everyone, it's nice to have a patch that solves a problem *and* removes dead code! Committed.