? .DS_Store
? extrabreak.patch
Index: taxonomy_title.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_title/taxonomy_title.module,v
retrieving revision 1.7
diff -u -p -r1.7 taxonomy_title.module
--- taxonomy_title.module	18 Dec 2009 22:20:45 -0000	1.7
+++ taxonomy_title.module	19 Dec 2009 05:04:14 -0000
@@ -90,13 +90,10 @@ function taxonomy_title_token_list($type
 function taxonomy_title_token_values($type, $object = NULL, $options = array()) {
   $values = array();
   if ($type == 'taxonomy') {
-      $category = $object;
-     
+      $category = $object;     
       // use taxonomy title if it exists, else category name
       $token = _taxonomy_title_get_title($category->tid);
       $values['term-title'] = ($token) ? $token : $category->name;
-
-      break;
   }
   return $values;
 }
