i have fixed it but i am not sure is ok.
351 function comment_count( $commentcount ) {
352 global $id;
353 $get_comments= get_comments(‘post_id=’ . $id);
354 $comments_by_type = &separate_comments($get_comments);
356 return count($comments_by_type[‘comment’]);
357 }
that works.