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/posting.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/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index d991f27b35..663a96591f 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1135,7 +1135,7 @@ if ($config['enable_post_confirm'] && !$user->data['is_registered'] && $solved_c 'session_id' => (string) $user->session_id, 'confirm_type' => (int) CONFIRM_POST, 'code' => (string) $code, - 'seed' => (int) $seed) + 'seed' => (float) $seed) ); $db->sql_query($sql); |