I was able to "fix" it doing the following:
In webform2pdf.module,
Add this line:
$current_value = substr($item, 0, strpos($item,'|'));
before line 1314.
Change line 1314 to this:
if ( in_array($current_value, $values)) {
Can you officially fix this?
thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | pach785240-1.txt | 579 bytes | mr.york |
Comments
Comment #1
mr.york commentedThe fix didn't work in some cases, I created a version, that works flawlessly as far as i know.
Please check it out, to see it works for you too.
Comment #2
agileadamSorry. Please delete this post if possible.
Comment #3
mr.york commentedBug fixed.