@@ -908,6 +908,7 @@ function taxonomy_term_count_nodes($tid, $type = 0) {
else{
$result=db_query(db_rewrite_sql("SELECT t.tid, COUNT(n.nid) AS c FROM {term_node} t INNER JOIN {node} n ON t.vid = n.vid WHERE n.status = 1 AND n.type = '%s' GROUP BY t.tid"),$type);