mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
Merge branch 'ticket/10820' into ticket/10820-develop
* ticket/10820: [ticket/10820] Fix function docblock Conflicts: phpBB/download/file.php
This commit is contained in:
commit
abd299b0a9
@ -728,7 +728,7 @@ function phpbb_download_clean_filename($filename)
|
|||||||
* @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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user