$thumbname,\r
$image_sizes['large_image_width'],\r
$image_sizes['large_image_height'], \r
- true); \r
+ false); \r
if (!$rtn_code)\r
return false;\r
$file->largethumb = $prefix."largethumb".$filestorename;\r
$width = $height;\r
}\r
\r
- // if input arguments = square, no need to use above calculations (which can have round-off errors)\r
if ($maxheight == $maxwidth) {\r
+ // if input arguments = square, no need to use above calculations (which can have round-off errors)\r
$newwidth = $maxwidth;\r
$newheight = $maxheight;\r
} else {\r