From bb4c98152df8a7532bb5e229358927adb700efb2 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 12 Jul 2011 20:41:44 +1000 Subject: [PATCH] removed BMP from pre-installation check --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 8f91f6f0..23736d42 100644 --- a/install.php +++ b/install.php @@ -137,7 +137,6 @@ row('JPEG', function_exists('imagecreatefromjpeg')); row('PNG', function_exists('imagecreatefrompng')); row('GIF', function_exists('imagecreatefromgif')); - row('BMP', function_exists('imagecreatefrombmp')); // Database drivers $drivers = PDO::getAvailableDrivers();