1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +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:
Dhruv 2013-06-08 23:17:04 +05:30
commit abd299b0a9

View File

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