From d6643e318d5125f7919cac388d78ae539a9cb880 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 15:41:18 +0000 Subject: Cleanup. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6656 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/PhpBB3.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PhpBB3.php') diff --git a/src/PhpBB3.php b/src/PhpBB3.php index 5a60712..1515aa8 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -179,8 +179,8 @@ class PhpBB3 { 'message' => $message, 'message_md5' => md5($message), - 'bbcode_bitfield' => $bitfield, # ? - 'bbcode_uid' => $uid, # ? + 'bbcode_bitfield' => $bitfield, + 'bbcode_uid' => $uid, 'post_edit_locked' => 0, 'topic_title' => $subject, -- cgit v1.2.3