Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.477
diff -u -r1.477 taxonomy.module
--- modules/taxonomy/taxonomy.module	5 Jun 2009 05:23:57 -0000	1.477
+++ modules/taxonomy/taxonomy.module	9 Jun 2009 22:41:48 -0000
@@ -761,6 +761,7 @@
       ->fields('r', array('tid', 'nid', 'vid'))
       ->condition('r.vid', $node->vid)
       ->orderBy('v.weight')
+      ->orderBy('v.name')
       ->orderBy('t.weight')
       ->orderBy('t.name')
       ->execute();
