Index: phpfreechat.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/phpfreechat/phpfreechat.module,v
retrieving revision 1.5.2.1
diff -u -r1.5.2.1 phpfreechat.module
--- phpfreechat.module	22 Jan 2007 08:31:51 -0000	1.5.2.1
+++ phpfreechat.module	3 Oct 2007 13:25:00 -0000
@@ -246,7 +246,7 @@
   $params['data_private_path'] = file_check_location(file_create_path('phpfreechat'));
   $params['data_public_path'] = file_check_location(drupal_get_path('module', 'phpfreechat') . '/phpfreechat/data/public');
   $params['data_public_url'] = base_path() . drupal_get_path('module', 'phpfreechat') . '/phpfreechat/data/public';
-  $params['themepath'] = file_check_location(file_check_location(drupal_get_path('module', 'phpfreechat') . '/phpfreechat/themes'));
+  //$params['themepath'] = file_check_location(file_check_location(drupal_get_path('module', 'phpfreechat') . '/phpfreechat/themes'));
   $params['theme_url'] = base_path() . drupal_get_path('module', 'phpfreechat') . '/phpfreechat/themes';
   $params['serverid'] = md5($base_url); // Calculate a unique id for this chat
 
@@ -425,4 +425,4 @@
     }
   }
 }
-?>
\ No newline at end of file
+?>
