[ticket/10820] Use singular return

PHPBB3-10820
This commit is contained in:
Dhruv 2013-04-13 22:48:09 +05:30
parent 79a740bb80
commit 0ad48d7ea1

View file

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