Index: imagefield.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield.module,v retrieving revision 1.30.2.6.2.43 diff -u -r1.30.2.6.2.43 imagefield.module --- imagefield.module 21 Feb 2008 11:44:54 -0000 1.30.2.6.2.43 +++ imagefield.module 27 Feb 2008 13:35:08 -0000 @@ -638,8 +638,9 @@ '#suffix' => '', '#weight' => 100, ); - - if ($field['multiple'] && count($items) < $field['widget']['max_number_images']) { + + $max_images = $field['widget']['max_number_images']; + if (!$max_images || ($field['multiple'] && count($items) < $max_images)) { // Seperate from tree becase of that silly things won't be // displayed if they are a child of '#type' = form issue $form[$fieldname]['new'][$fieldname .'_upload'] = array( @@ -663,7 +664,7 @@ else { $form[$fieldname]['#prefix'] = '