mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
[ticket/10820] Fix function docblock
PHPBB3-10820
This commit is contained in:
parent
11cd9f901e
commit
e0b9cdf708
@ -715,7 +715,7 @@ function file_gc()
|
||||
* @param string $user_agent User agent HTTP header
|
||||
* @param int $version IE version to check against
|
||||
*
|
||||
* @return bool true if internet explorer version is greater than 7
|
||||
* @return bool true if internet explorer version is greater than $version
|
||||
*/
|
||||
function phpbb_is_greater_ie_version($user_agent, $version)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user