15 Sep
2006
15 Sep
'06
11:48 p.m.
User: robrechtj Branch: HEAD Date: Fri, 15 Sep 2006 21:48:54 +0000 Modified files: /modules/node_import node_import.module Log message: "Download rows with errors" produced the wrong result if the CSV file contains "rows" with "cells" that span multiple lines. So instead of storing the line-numbers (which are actually row-numbers), we need to store the $row itself in $error_rows. We can then output the CSV file ourselves (as fputcsv() doesn't exist for php < 5.0). Links: http://cvs.drupal.org/diff.php?path=contributions/modules/node_import/node_i...