Index: D:/muun_nobackup/whattalent_extranet/trunk/www/modules/tracker/tracker.module
===================================================================
--- D:/muun_nobackup/whattalent_extranet/trunk/www/modules/tracker/tracker.module	(revision 1)
+++ D:/muun_nobackup/whattalent_extranet/trunk/www/modules/tracker/tracker.module	(working copy)
@@ -99,7 +99,7 @@
     if ($node->comment_count) {
       $comments = $node->comment_count;
 
-      if ($new = comment_num_new($node->nid)) {
+      if ($new = nodecomment_num_new($node->nid)) {
         $comments .= '<br />';
         $comments .= l(format_plural($new, '1 new', '@count new'), "node/$node->nid", NULL, NULL, 'new');
       }
