18 Oct
2008
18 Oct
'08
10:19 a.m.
User: robrechtj Branch: DRUPAL-5 Date: Sat, 18 Oct 2008 08:19:08 +0000 Modified files: /modules/node_import node_import.module /modules/node_import/supported/cck content.inc Log message: some more fixes for properly handling empty and 0 values. We should not use "if (empty($value))" or "if ($value)" but "if (strlen($value) > 0)"! Links: http://cvs.drupal.org/diff.php?path=contributions/modules/node_import/node_i... http://cvs.drupal.org/diff.php?path=contributions/modules/node_import/suppor...