? 205799_token_book_raw_not_defaulted_5.patch
? 278321_token_node_standards.patch
? 279989_dependencies_requirements.patch
Index: token_node.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/token_node.inc,v
retrieving revision 1.5.4.8
diff -u -p -r1.5.4.8 token_node.inc
--- token_node.inc	8 Jul 2008 20:00:18 -0000	1.5.4.8
+++ token_node.inc	9 Jul 2008 19:54:11 -0000
@@ -315,8 +315,10 @@ function token_menu_get_mid($in) {
     $mid = 0;
   }
 
-  // temporary paths would break much of this module
-  if ($mid < 0) $mid = 0;
+  // Temporary paths would break much of this module.
+  if ($mid < 0) {
+    $mid = 0;
+  }
 
   return $mid;
 }
