*** nodeimageblock_old.module	Mon Mar  6 19:19:34 2006
--- nodeimageblock.module	Sat Jan 13 20:39:05 2007
***************
*** 87,93 ****
  		foreach($files as $key => $file){
  
  			// --- Is the file an image?
! 			if(in_array($file->filemime, $image_mime)) {
  				$images[] = file_create_url($file->filepath);
  			}
  		}
--- 87,93 ----
  		foreach($files as $key => $file){
  
  			// --- Is the file an image?
! 			if(in_array($file->filemime, $image_mime) && $file->list) {
  				$images[] = file_create_url($file->filepath);
  			}
  		}
