1
0
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:
Dhruv 2013-06-08 23:13:45 +05:30
parent 11cd9f901e
commit e0b9cdf708

View File

@ -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)
{