1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00
git-svn-id: file:///svn/phpbb/trunk@6711 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-12-05 20:06:58 +00:00
parent f43a46fcf4
commit fae4e2bd96
3 changed files with 3 additions and 3 deletions

View File

@@ -1910,7 +1910,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
'session_id' => (string) $user->session_id,
'confirm_type' => (int) CONFIRM_LOGIN,
'code' => (string) $code,
'seed' => (int) $seed)
'seed' => (float) $seed)
);
$db->sql_query($sql);