--- C:/Users/thasmo/Desktop/class.t3lib_stdgraphic.php Tue Jul 03 01:39:19 2012 +++ C:/Users/thasmo/Desktop/class.t3lib_stdgraphic-new.php Tue Jul 03 01:39:34 2012 @@ -2215 +2215 @@ - if ($options['noScale']) { + if (isset($options['noScale'])) { @@ -2414 +2414 @@ - if ($options['maxW']) { + if (isset($options['maxW'])) { @@ -2430 +2430 @@ - if ($options['maxH']) { + if (isset($options['maxH'])) { @@ -2493 +2493 @@ - if ($options['minW'] && $out[0] < $options['minW']) { + if (isset($options['minW']) && $out[0] < $options['minW']) { @@ -2499 +2499 @@ - if ($options['minH'] && $out[1] < $options['minH']) { + if (isset($options['minH']) && $out[1] < $options['minH']) {