diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-02-27 15:25:06 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-02-27 15:25:06 +0000 |
commit | 540879ae41c5f58e693350d8af8c005380417aa3 (patch) | |
tree | deaedcfde08c4e86803ad83ad79747440013bf50 | |
parent | bbebeda5f266e9f0909a00953ef938c8e85cef1f (diff) | |
download | forums-540879ae41c5f58e693350d8af8c005380417aa3.tar forums-540879ae41c5f58e693350d8af8c005380417aa3.tar.gz forums-540879ae41c5f58e693350d8af8c005380417aa3.tar.bz2 forums-540879ae41c5f58e693350d8af8c005380417aa3.tar.xz forums-540879ae41c5f58e693350d8af8c005380417aa3.zip |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8412 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2e3da4c204..e4e5d7b335 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2080,7 +2080,6 @@ function add_form_key($form_name) * @param int $timespan The maximum acceptable age for a submitted form in seconds. Defaults to the config setting. * @param string $return_page The address for the return link * @param bool $trigger If true, the function will triger an error when encountering an invalid form -* @param int $minimum_time The minimum acceptable age for a submitted form in seconds */ function check_form_key($form_name, $timespan = false, $return_page = '', $trigger = false) { |