Index: supported/ubercart/uc_product.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/node_import/supported/ubercart/Attic/uc_product.inc,v retrieving revision 1.1.2.2 diff -r1.1.2.2 uc_product.inc 15c15 < if (($node_type = node_import_type_is_node($type)) !== FALSE && uc_product_node_is_product($node_type)) { --- > if (($node_type = node_import_type_is_node($type)) !== FALSE && uc_product_is_product($node_type)) {