--- node.inc	2008-10-02 03:10:16.000000000 +0000
+++ node.inc	2008-10-02 03:11:55.000000000 +0000
@@ -177,7 +177,7 @@ function node_node_import_prepare(&$node
     }
     else {
       // If not, use the global option.
-      $node->$key = (isset($options[$key]) ? $options[$key] : 0);
+      $node->$key = (isset($options[0][$key]) ? $options[0][$key] : 0);
     }
   }
 
