diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-12-05 20:06:58 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-12-05 20:06:58 +0000 |
| commit | fae4e2bd969af97e6a40c5d80a2eab86252dfe77 (patch) | |
| tree | 342f01208692a6afb2666294e808670534ed8204 /phpBB/includes/functions.php | |
| parent | f43a46fcf407f8eda62dceef5e0bcb2eadc59beb (diff) | |
| download | forums-fae4e2bd969af97e6a40c5d80a2eab86252dfe77.tar forums-fae4e2bd969af97e6a40c5d80a2eab86252dfe77.tar.gz forums-fae4e2bd969af97e6a40c5d80a2eab86252dfe77.tar.bz2 forums-fae4e2bd969af97e6a40c5d80a2eab86252dfe77.tar.xz forums-fae4e2bd969af97e6a40c5d80a2eab86252dfe77.zip | |
oops :D
git-svn-id: file:///svn/phpbb/trunk@6711 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
