--- D:/install/drupal/6.x/modules/taxonomy_breadcrumb/2009-01-30-1.x-dev-inforion/taxonomy_breadcrumb/taxonomy_breadcrumb.install Mon Jan 12 03:19:26 2009 +++ D:/install/drupal/6.x/modules/taxonomy_breadcrumb/2009-01-30-1.x-dev-inforion/taxonomy_breadcrumb/taxonomy_breadcrumb_new.install Sat Mar 07 14:37:28 2009 @@ -15,6 +15,8 @@ variable_set('taxonomy_breadcrumb_home', t('Home')); drupal_set_message('Taxonomy breadcrumb: Taxonomy based breadcrumbs should now appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on the '. l('administration page', 'admin/settings/taxonomy-breadcrumb') .'.'); + + db_query("UPDATE {system} SET weight = 10 WHERE name = 'taxonomy_breadcrumb'"); } /**