mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue