You are here

function imagecache_profiles_views_data_alter in ImageCache Profiles 6

Same name and namespace in other branches
  1. 7 imagecache_profiles.module \imagecache_profiles_views_data_alter()

File

views/imagecache_profiles.views.inc, line 16

Code

function imagecache_profiles_views_data_alter(&$data) {
  $data['users']['picture']['field']['handler'] = 'imagecache_profiles_handler_field_user_picture';
}