1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

cleanup... :P

git-svn-id: file:///svn/phpbb/trunk@4846 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-02-28 21:24:52 +00:00
parent 3800a1d3c3
commit 85c25a5b17
2 changed files with 1 additions and 4 deletions

View File

@ -468,7 +468,7 @@ class user extends session
function setup($lang_set = false, $style = false)
{
global $db, $template, $config, $auth, $phpEx, $phpbb_root_path, $lang, $help;
global $db, $template, $config, $auth, $phpEx, $phpbb_root_path;
if ($this->data['user_id'] != ANONYMOUS)
{

View File

@ -19,9 +19,6 @@ include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
include($phpbb_root_path . 'includes/functions_posting.'.$phpEx);
include($phpbb_root_path . 'includes/message_parser.'.$phpEx);
$lang_set = array(
'file' => array('posting')
);
// Start session management
$user->start();