Index: imagefield.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield.module,v
retrieving revision 1.111
diff -u -r1.111 imagefield.module
--- imagefield.module	29 Jun 2010 22:30:40 -0000	1.111
+++ imagefield.module	29 Jun 2010 23:03:55 -0000
@@ -300,10 +300,7 @@
  * @see imagefield_theme().
  */
 function theme_imagefield_image($file, $alt = '', $title = '', $attributes = NULL, $getsize = TRUE) {
-  $file = (array)$file;
-  if (!is_file($file['filepath'])) {
-    return '<!-- File not found: '. $file['filepath'] .' -->';
-  }
+  $file = (array) $file;
 
   if ($getsize) {
     // Use cached width and height if available.
