From 9a8a8d41d3db957a14ab8d07143157ef8d36391d Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sun, 17 Apr 2011 18:41:18 -0400 Subject: [ticket/7252] Removed an outdated comment pertaining to PHP 4.x. PHPBB3-7252 --- phpBB/includes/functions_posting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 3f6dbfa41f..0bb0ef8722 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -560,7 +560,6 @@ function get_supported_image_types($type = false) if ($type !== false) { // Type is one of the IMAGETYPE constants - it is fetched from getimagesize() - // We do not use the constants here, because some were not available in PHP 4.3.x switch ($type) { // GIF -- cgit v1.2.1