? token_taxonomy.inc.patch
Index: token_taxonomy.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/Attic/token_taxonomy.inc,v
retrieving revision 1.1.2.1
diff -u -b -B -u -F^f -r1.1.2.1 token_taxonomy.inc
--- token_taxonomy.inc	14 Apr 2007 12:39:59 -0000	1.1.2.1
+++ token_taxonomy.inc	14 Jun 2007 16:11:30 -0000
@@ -26,7 +26,7 @@ function taxonomy_token_values($type, $o
  */
 function taxonomy_token_list($type = 'all') {
   if ($type == 'taxonomy' || $type == 'all') {
-    $tokens['taxonomy']['tid'] = t("The id number of the category's parent vocabulary.");
+    $tokens['taxonomy']['vid'] = t("The id number of the category's parent vocabulary.");
     $tokens['taxonomy']['vocab'] = t("The vocabulary that the page's first category belongs to.");
     $tokens['taxonomy']['cat'] = t('The name of the category.');
     $tokens['taxonomy']['tid'] = t('The id number of the category.');
