From fbb9f40cc743792cb4db8b4427a124f8e3baf054 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 5 Mar 2004 09:21:59 +0000 Subject: [PATCH] argh... parse error git-svn-id: file:///svn/phpbb/trunk@4857 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 8dc1b8fe7e..ef9a0d90ec 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -131,7 +131,7 @@ if ($sql) { $forum_info = array( 'forum_id' => $forum_id, - 'forum_password'=> $forum_password) + 'forum_password'=> $forum_password ); login_forum_box($forum_info);