Index: supported/auto_nodetitle.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/node_import/supported/Attic/auto_nodetitle.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 auto_nodetitle.inc
--- supported/auto_nodetitle.inc	27 Feb 2008 11:38:13 -0000	1.1.2.1
+++ supported/auto_nodetitle.inc	10 Mar 2008 16:28:14 -0000
@@ -12,6 +12,8 @@ function auto_nodetitle_node_import_prep
   $setting = auto_nodetitle_get_setting($node->type);
   if (($setting == AUTO_NODETITLE_ENABLED) || ($setting == AUTO_NODETITLE_OPTIONAL && empty($node->title))) {
     auto_nodetitle_set_title($node);
+    //flush tokens
+    token_get_values('global', NULL, TRUE);
   }
 }
 
