Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.52.2.140.2.8
diff -u -r1.1.4.52.2.140.2.8 faq.module
--- faq.module	11 Jan 2011 22:04:09 -0000	1.1.4.52.2.140.2.8
+++ faq.module	26 Jan 2011 04:49:38 -0000
@@ -1464,7 +1464,9 @@
 
 /**
  * Implements hook_pathauto().
- */
+ *
+ * TODO: fix this block!
+ * 
 function faq_pathauto($op) {
   switch ($op) {
     case 'settings':
@@ -1475,6 +1477,7 @@
       $settings['patterndescr'] = t('Default path pattern (applies to all FAQ categories with blank patterns below)');
       $settings['patterndefault'] = t('faq/[catpath-raw]');
 
+      // might need to replace toker_get_list_() with  Call to undefined function token_get_list() token_get_info()?
       $patterns = token_get_list('taxonomy');
       foreach ($patterns as $type => $pattern_set) {
         if ($type != 'global') {
@@ -1488,6 +1491,7 @@
       break;
   }
 }
+*/
 
 /**
  * Function to set up the FAQ breadcrumbs for a given taxonomy term.
