We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae7f53 commit 0f1c405Copy full SHA for 0f1c405
getImage.inc.php
@@ -59,7 +59,7 @@ function myImage($resImg, $outImg, $w, $h) {
59
imagecopyresampled($image_o, $image, 0, 0, $outSize['x'], $outSize['y'], $outSize['w'], $outSize['h'], $w_i, $h_i);
60
imagejpeg($image_o,$outImg,100);
61
62
- return $err = $outImg.' =0=';
+ return $err = '0';
63
}
64
65
0 commit comments