? import_typepad-326180.patch
Index: import_typepad.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/import_typepad/import_typepad.module,v
retrieving revision 1.7.4.1
diff -u -p -r1.7.4.1 import_typepad.module
--- import_typepad.module	20 Aug 2008 00:39:26 -0000	1.7.4.1
+++ import_typepad.module	13 Feb 2010 05:27:36 -0000
@@ -502,7 +502,7 @@ function _import_typepad_save($currentBl
     // Type pad doesn't have threaded comments, or subject lines, so we have to improvise them
   	db_query("INSERT INTO {comments} (cid, nid, pid, uid, subject, comment, format, hostname, timestamp, status, score, users, thread, name, mail, homepage) VALUES (%d, %d, %d, %d, '%s', '%s', %d, '%s', %d, %d, %d, '%s', '%s', '%s', '%s', '%s')", 
   	  $cid, $currentBlog->nid, 0/*pid*/, 0, "re: ".$currentBlog->title, $comment->comment, 1/*format*/, $comment->hostname, $comment->timestamp, 0/*status*/, 0/*score*/, ''/*$users*/, $thread, $comment->name, $comment->mail, $comment->homepage);
-//  	_comment_update_node_statistics($nid);
+    _comment_update_node_statistics($currentBlog->nid);
   }
 }
 }
