From 711d90b44ff23b5bc9ad63382f0251ca8ef30491 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 8 May 2003 01:14:14 +0000 Subject: Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting git-svn-id: file:///svn/phpbb/trunk@3989 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index b6bdaa1acc..2864310d61 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -39,7 +39,6 @@ include($phpbb_root_path . 'includes/message_parser.'.$phpEx); // Start session management $user->start(); -$user->setup(); $auth->acl($user->data); // Grab only parameters needed here @@ -164,6 +163,8 @@ if ($sql != '') $topic_id = intval($row['topic_id']); $post_id = intval($row['post_id']); + $user->setup(false, $row['forum_style']); + if ($row['forum_password']) { login_forum_box($row); -- cgit v1.2.1