Index: imagefield_widget.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield_widget.inc,v
retrieving revision 1.39
diff -u -r1.39 imagefield_widget.inc
--- imagefield_widget.inc	17 May 2009 02:17:31 -0000	1.39
+++ imagefield_widget.inc	18 Sep 2009 15:29:34 -0000
@@ -272,7 +272,7 @@
 /**
  * FormAPI theme function. Theme the output of an image field.
  */
-function theme_imagefield_widget(&$element) {
+function theme_imagefield_widget($element) {
   drupal_add_css(drupal_get_path('module', 'imagefield') .'/imagefield.css');
   return theme('form_element', $element, $element['#children']);
 }
