mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
[ticket/10820] Fix function docblock
PHPBB3-10820
This commit is contained in:
@ -715,7 +715,7 @@ function file_gc()
|
|||||||
* @param string $user_agent User agent HTTP header
|
* @param string $user_agent User agent HTTP header
|
||||||
* @param int $version IE version to check against
|
* @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)
|
function phpbb_is_greater_ie_version($user_agent, $version)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user