Maybe a 'typo'?
It works for me:
line 342 and 384:
$data[] = $node_field[$column];
must have one more index for 'multiple':
$data[] = $node_field[$delta][$column];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | content.module_3.patch | 3.59 KB | tema |
Maybe a 'typo'?
It works for me:
line 342 and 384:
$data[] = $node_field[$column];
must have one more index for 'multiple':
$data[] = $node_field[$delta][$column];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | content.module_3.patch | 3.59 KB | tema |
Comments
Comment #1
jonbob commentedApplied a modified version. Thanks.
Comment #2
tema commentedthere's not so easy...
current version products is a multiplication of empty values (from empty new form fields) after every node update.
sorry if I did the empty-check not so elegant, I'm a noob in PHP :-P
Comment #3
jonbob commentedAddressed by http://drupal.org/node/59306