Index: docroot/sites/all/modules/imagefield_extended/imagefield_extended.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- docroot/sites/all/modules/imagefield_extended/imagefield_extended.module	(date 1418038449000)
+++ docroot/sites/all/modules/imagefield_extended/imagefield_extended.module	(revision )
@@ -157,7 +157,7 @@
 /**
  * Widget theme callback.
  */
-function theme_imagefield_extended_widget(&$element) {
+function theme_imagefield_extended_widget($element) {
   return theme('form_element', $element, $element['#children']);
 }
 
Index: docroot/sites/all/modules/imagefield/imagefield.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- docroot/sites/all/modules/imagefield/imagefield.module	(date 1418038449000)
+++ docroot/sites/all/modules/imagefield/imagefield.module	(revision )
@@ -187,7 +187,7 @@
  *
  * Assign default properties to item and delegate to FileField.
  */
-function imagefield_widget(&$form, &$form_state, $field, $items, $delta = 0) {
+function imagefield_widget($form, $form_state, $field, $items, $delta = 0) {
   // Add default values to items.
   // TODO: use CCK's default value callback.
   if (empty($items[$delta])) {
