aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-17 17:02:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-17 17:02:05 +0000
commit6c773c35b3177f0f6773778c49ca13172286c227 (patch)
tree1eec2fbe386f797d64bf4c4f8df0fdc713199eeb /phpBB/includes/session.php
parent484d214ef71540b462fb72a0867cb56e61c2bb7f (diff)
downloadforums-6c773c35b3177f0f6773778c49ca13172286c227.tar
forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.gz
forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.bz2
forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.xz
forums-6c773c35b3177f0f6773778c49ca13172286c227.zip
remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.
git-svn-id: file:///svn/phpbb/trunk@7901 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 35d4b46bd9..90d4cc2f32 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -979,8 +979,6 @@ class session
$this->session_create(ANONYMOUS);
}
- // Because we never have a fully working session we need to embed the style
- $template->assign_var('S_FORCE_EMBED_STYLE', true);
// Determine which message to output
$till_date = ($ban_row['ban_end']) ? $this->format_date($ban_row['ban_end']) : '';