diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-05 09:21:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-05 09:21:59 +0000 |
commit | fbb9f40cc743792cb4db8b4427a124f8e3baf054 (patch) | |
tree | 7d698dc7b6098be71cf758fa3e401fa34419acae | |
parent | 1e7d00528a9519d614bcf6da04ec590d79327e2a (diff) | |
download | forums-fbb9f40cc743792cb4db8b4427a124f8e3baf054.tar forums-fbb9f40cc743792cb4db8b4427a124f8e3baf054.tar.gz forums-fbb9f40cc743792cb4db8b4427a124f8e3baf054.tar.bz2 forums-fbb9f40cc743792cb4db8b4427a124f8e3baf054.tar.xz forums-fbb9f40cc743792cb4db8b4427a124f8e3baf054.zip |
argh... parse error
git-svn-id: file:///svn/phpbb/trunk@4857 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 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); |