aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-02-27 15:29:35 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-02-27 15:29:35 +0000
commit05ba2058c62441f4085e71a1a984e5f1d39f3e3a (patch)
tree47ede41e9ba28c9d490c9e70ad46dfcac7f9d3f0
parent2a3eb724a84120e1d89e56536dcd1f1f5e20a408 (diff)
downloadforums-05ba2058c62441f4085e71a1a984e5f1d39f3e3a.tar
forums-05ba2058c62441f4085e71a1a984e5f1d39f3e3a.tar.gz
forums-05ba2058c62441f4085e71a1a984e5f1d39f3e3a.tar.bz2
forums-05ba2058c62441f4085e71a1a984e5f1d39f3e3a.tar.xz
forums-05ba2058c62441f4085e71a1a984e5f1d39f3e3a.zip
git-svn-id: file:///svn/phpbb/trunk@8413 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 2039043264..7a6e4c656d 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1967,7 +1967,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)
{