- MFH: no need to test if jpeg support exists

This commit is contained in:
Pierre Joye 2005-12-09 18:17:02 +00:00
parent 599221036f
commit 7a6ac7ce16

View File

@ -11,9 +11,6 @@ png compression test
if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
die("skip png support unavailable");
}
if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
die("skip jpeg support unavailable");
}
?>
--FILE--
<?php