1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/10820] Use singular return

PHPBB3-10820
This commit is contained in:
Dhruv 2013-04-13 22:48:09 +05:30
parent 07c62dd64f
commit 364828de24

View File

@ -711,7 +711,7 @@ function file_gc()
/**
* Check if the browser is internet explorer version 7+
* @returns true if ie7+
* @return true if ie7+
*/
function phpbb_is_greater_ie7($browser)
{