diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-17 18:41:18 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-17 18:41:18 -0400 |
commit | 9a8a8d41d3db957a14ab8d07143157ef8d36391d (patch) | |
tree | 0850d5efcee04c43d911412af51d7f1ba72fbcee /phpBB/includes/functions_posting.php | |
parent | 8c5a9979adce0de4ee0090835270d5460eca8721 (diff) | |
download | forums-9a8a8d41d3db957a14ab8d07143157ef8d36391d.tar forums-9a8a8d41d3db957a14ab8d07143157ef8d36391d.tar.gz forums-9a8a8d41d3db957a14ab8d07143157ef8d36391d.tar.bz2 forums-9a8a8d41d3db957a14ab8d07143157ef8d36391d.tar.xz forums-9a8a8d41d3db957a14ab8d07143157ef8d36391d.zip |
[ticket/7252] Removed an outdated comment pertaining to PHP 4.x.
PHPBB3-7252
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 |