diff options
Diffstat (limited to 'image.php')
-rw-r--r-- | image.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ switch ($_REQUEST['thumb']) { case '2': $size['height'] = '128'; $size['width'] = '128'; - // $return_raw = true; + $return_raw = true; break; case '3': /* This is used by the flash player */ @@ -57,7 +57,7 @@ switch ($_REQUEST['thumb']) { default: $size['height'] = '275'; $size['width'] = '275'; - // $return_raw = true; + $return_raw = true; break; } // define size based on thumbnail |