diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-06-08 23:13:45 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-06-12 20:22:48 +0530 |
commit | e0b9cdf708cf75ac189b935dad3e816a1363de3a (patch) | |
tree | e8c90c2dab41ba8db67195145c054b1fa4a6b86f /phpBB | |
parent | 11cd9f901e53c2e1fe2aa1f3ce5d1f0c445d7ba7 (diff) | |
download | forums-e0b9cdf708cf75ac189b935dad3e816a1363de3a.tar forums-e0b9cdf708cf75ac189b935dad3e816a1363de3a.tar.gz forums-e0b9cdf708cf75ac189b935dad3e816a1363de3a.tar.bz2 forums-e0b9cdf708cf75ac189b935dad3e816a1363de3a.tar.xz forums-e0b9cdf708cf75ac189b935dad3e816a1363de3a.zip |
[ticket/10820] Fix function docblock
PHPBB3-10820
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/download/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index 009fa3572a..e06fd117cf 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -715,7 +715,7 @@ function file_gc() * @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) { |