1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-26 10:34:52 +02:00

git-svn-id: file:///svn/phpbb/trunk@8413 89ea8834-ac86-4346-8a33-228a782c2dd0

This commit is contained in:
Henry Sudhof 2008-02-27 15:29:35 +00:00
parent 2a3eb724a8
commit 05ba2058c6

View File

@ -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)
{