
Index: taxonomy_image/taxonomy_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_image/taxonomy_image.module,v
retrieving revision 1.12.4.19
diff -u -u -p -r1.12.4.19 taxonomy_image.module
--- taxonomy_image/taxonomy_image.module  20 Mar 2008 17:29:01 -0000  1.12.4.19
+++ taxonomy_image/taxonomy_image.module  22 Mar 2008 03:20:35 -0000
@@ -431,7 +431,7 @@ function taxonomy_image_admin_settings()
     '#weight' => -4,
     );
 
-  $ic_exists = module_exists('imagecache');
+  $ic_exists =function_exists('_imagecache_get_presets');
   if ($ic_exists) {
     $presets = _imagecache_get_presets();
 //    $presets[0] = '&lt;none>';
