Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.68.2.10
diff -u -p -r1.68.2.10 img_assist.module
--- img_assist.module	22 Mar 2007 19:20:09 -0000	1.68.2.10
+++ img_assist.module	30 Mar 2007 18:55:32 -0000
@@ -1261,7 +1261,9 @@ function img_assist_render_image($attrib
         $size['width'] = $width;
         $size['height'] = $height;
       }
-      $size['label'] = $closest_std_size;
+      else {
+        $size['label'] = $closest_std_size;
+      }
     }
     else { // default to thumbnail if the width and/or height is missing
       foreach (_image_get_sizes() as $stdsize) {
