? token_profile.inc
Index: token.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/token.module,v
retrieving revision 1.5.2.4
diff -u -r1.5.2.4 token.module
--- token.module	16 Feb 2007 04:31:33 -0000	1.5.2.4
+++ token.module	7 Mar 2007 17:16:39 -0000
@@ -59,6 +59,9 @@
   if (module_exists('content')) {
     include_once(drupal_get_path('module', 'token') . '/token_cck.inc');
   }
+  if (module_exists('profile')) {
+    include_once(drupal_get_path('module', 'token') . '/token_profile.inc');
+  }
 
   if (!isset($tokens)) {
     $tokens = array();
@@ -104,6 +107,9 @@
   if (module_exists('content')) {
     include_once(drupal_get_path('module', 'token') . '/token_cck.inc');
   }
+  if (module_exists('profile')) {
+    include_once(drupal_get_path('module', 'token') . '/token_profile.inc');
+  }
 
   $full_list = module_invoke_all('token_list', $type);
   
