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.

CommentFileSizeAuthor
#1 pach785240-1.txt579 bytesmr.york

Comments

mr.york’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new579 bytes

The 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.

agileadam’s picture

Sorry. Please delete this post if possible.

mr.york’s picture

Status: Patch (to be ported) » Closed (fixed)

Bug fixed.