From fae4e2bd969af97e6a40c5d80a2eab86252dfe77 Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 5 Dec 2006 20:06:58 +0000 Subject: oops :D git-svn-id: file:///svn/phpbb/trunk@6711 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 6f5ff42ac2..ab7bc452a5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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); -- cgit v1.2.1