1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/10820] fix docblock

PHPBB3-10820
This commit is contained in:
Dhruv 2013-04-27 21:33:30 +05:30
parent ea7ece5d25
commit 5ebebbd719

View File

@ -714,7 +714,7 @@ function file_gc()
*
* @param string $user_agent User agent HTTP header
*
* @return bool true if ie7+
* @return bool true if internet explorer version is greater than 7
*/
function phpbb_is_greater_ie7($user_agent)
{