1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-04 22:58:10 +02:00

[ticket/10820] fix docblock

PHPBB3-10820
This commit is contained in:
Dhruv 2013-04-27 21:33:30 +05:30
parent f0f28f261c
commit 8c9786c504

View File

@ -714,7 +714,7 @@ function file_gc()
* *
* @param string $user_agent User agent HTTP header * @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) function phpbb_is_greater_ie7($user_agent)
{ {