? d5.sql
? imagecache_add_display_class_0.patch
? imagecache_noactions_patch_6x.txt
? imagecache_preview.patch
Index: imagecache.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v
retrieving revision 1.95
diff -u -p -r1.95 imagecache.module
--- imagecache.module	6 Jan 2009 01:45:45 -0000	1.95
+++ imagecache.module	6 Jan 2009 02:23:58 -0000
@@ -640,7 +640,7 @@ function imagecache_field_formatter($fie
         return imagecache_create_path($presetname, $item['filepath']);
 
       default:
-        return  theme('imagecache', $presetname, $item['filepath'], $item['data']['alt'], $item['data']['title']);
+        return theme('imagecache', $presetname, $item['filepath'], $item['data']['alt'], $item['data']['title'], array('class' => $class));
     }
   }
   return '<!-- imagecache formatter preset('. $presetname .') not found! -->';
