? Entries.Log Index: flickrsync.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/flickrsync/flickrsync.module,v retrieving revision 1.3 diff -u -p -r1.3 flickrsync.module --- flickrsync.module 31 Oct 2008 23:00:51 -0000 1.3 +++ flickrsync.module 6 Apr 2009 10:24:20 -0000 @@ -73,7 +73,7 @@ function flickrsync_admin_settings() { $choices = array(); foreach ($fields as $name => $field) { - if ($field['type'] == 'image') { + if ($field['widget']['module'] == 'imagefield') { $choices[$name] = $field['widget']['label']; } }