Index: supported/node.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/node_import/supported/node.inc,v
retrieving revision 1.3
diff -u -p -r1.3 node.inc
--- supported/node.inc	25 Jul 2006 07:01:41 -0000	1.3
+++ supported/node.inc	3 Sep 2006 05:34:22 -0000
@@ -11,6 +11,7 @@ function node_node_import_fields($type) 
     return array(
       'name' => t('Authored by'),
       'date' => t('Authored on'),
+      'updated' => t('Last updated on'),
     );
   }
 }
