// @todo Remove comments link references from table.
// db_query('DELETE FROM {linkchecker_comment} WHERE cid IN (SELECT nid FROM {node} n WHERE n.type NOT IN (' . db_placeholders($node_types, 'varchar') . '))', $node_types);
}
else{
// No active node_type. Remove all items from table.