mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10820] Use singular return
PHPBB3-10820
This commit is contained in:
parent
07c62dd64f
commit
364828de24
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue