This commit is contained in:
Andreas Österreicher
2009-08-20 11:47:56 +00:00
parent ae73d03080
commit e5941d2463
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ function resize($filename, $width, $height)
imagejpeg($image_p, $filename, 80);
imagedestroy($image_p);
imagedestroy($image);
@imagedestroy($image);
}
$user = get_uid();