mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
Merge branch 'ticket/p/7252' into develop
* ticket/p/7252: [ticket/7252] Removed an outdated comment pertaining to PHP 4.x.
This commit is contained in:
commit
dcfab4e507
1 changed files with 0 additions and 1 deletions
|
@ -560,7 +560,6 @@ function get_supported_image_types($type = false)
|
||||||
if ($type !== false)
|
if ($type !== false)
|
||||||
{
|
{
|
||||||
// Type is one of the IMAGETYPE constants - it is fetched from getimagesize()
|
// 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)
|
switch ($type)
|
||||||
{
|
{
|
||||||
// GIF
|
// GIF
|
||||||
|
|
Loading…
Add table
Reference in a new issue