diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-04-18 17:06:04 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-04-18 17:06:04 +0200 |
commit | dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1 (patch) | |
tree | 0850d5efcee04c43d911412af51d7f1ba72fbcee | |
parent | 8c5a9979adce0de4ee0090835270d5460eca8721 (diff) | |
parent | 9a8a8d41d3db957a14ab8d07143157ef8d36391d (diff) | |
download | forums-dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1.tar forums-dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1.tar.gz forums-dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1.tar.bz2 forums-dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1.tar.xz forums-dcfab4e507a759e7b0ff68bfb5a47bd7e97bbfb1.zip |
Merge branch 'ticket/p/7252' into develop
* ticket/p/7252:
[ticket/7252] Removed an outdated comment pertaining to PHP 4.x.
-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 |