--- modules/taxonomy.module Mon Jul 25 15:00:04 2005 +++ modules/taxonomynew.module Thu Aug 18 22:10:48 2005 @@ -499,7 +499,7 @@ $terms = $node->taxonomy; } - $c = db_query("SELECT v.*, n.type FROM {vocabulary} v INNER JOIN {vocabulary_node_types} n ON v.vid = n.vid WHERE n.type = '%s' ORDER BY v.weight, v.name", $type); + $c = db_query("SELECT v.vid FROM {vocabulary} v INNER JOIN {vocabulary_node_types} n ON v.vid = n.vid WHERE n.type = '%s' ORDER BY v.weight, v.name", $type); while ($vocabulary = db_fetch_object($c)) { if ($vocabulary->tags) { $typed_terms = array();