aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-08 23:17:04 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-06-08 23:17:04 +0530
commitabd299b0a98be01499b31eb6901aca73d8c2b192 (patch)
treeda14d96a346aa476721ef5e680536dcd1793b27c /phpBB/includes/functions_download.php
parentdb5bff87157818e424e1717e3047606f53ca3807 (diff)
parent96cf03f2001dc71b9cea934a37b8d38e77545735 (diff)
downloadforums-abd299b0a98be01499b31eb6901aca73d8c2b192.tar
forums-abd299b0a98be01499b31eb6901aca73d8c2b192.tar.gz
forums-abd299b0a98be01499b31eb6901aca73d8c2b192.tar.bz2
forums-abd299b0a98be01499b31eb6901aca73d8c2b192.tar.xz
forums-abd299b0a98be01499b31eb6901aca73d8c2b192.zip
Merge branch 'ticket/10820' into ticket/10820-develop
* ticket/10820: [ticket/10820] Fix function docblock Conflicts: phpBB/download/file.php
Diffstat (limited to 'phpBB/includes/functions_download.php')
-rw-r--r--phpBB/includes/functions_download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_download.php b/phpBB/includes/functions_download.php
index 8329ef6374..42213fd574 100644
--- a/phpBB/includes/functions_download.php
+++ b/phpBB/includes/functions_download.php
@@ -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)
{