? 493734_me_integration.patch
? icp6_views3.patch
Index: views/imagecache_profiles_handler_field_user_picture.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache_profiles/views/imagecache_profiles_handler_field_user_picture.inc,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 imagecache_profiles_handler_field_user_picture.inc
--- views/imagecache_profiles_handler_field_user_picture.inc	12 Jan 2010 10:18:55 -0000	1.1.2.4
+++ views/imagecache_profiles_handler_field_user_picture.inc	19 Feb 2010 18:36:46 -0000
@@ -2,9 +2,10 @@
 // $Id: imagecache_profiles_handler_field_user_picture.inc,v 1.1.2.4 2010/01/12 10:18:55 andypost Exp $
 
 class imagecache_profiles_handler_field_user_picture extends views_handler_field_user_picture {
-  function options(&$options) {
-    parent::options($options);
+  function option_definition() {
+    $options = parent::option_definition();
     $options['imagecache_preset'] = variable_get('user_picture_imagecache_profiles_default', '');
+    return $options;
   }
 
   function options_form(&$form, &$form_state) {
