diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-01-27 18:59:38 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-01-27 18:59:38 +0000 |
| commit | b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38 (patch) | |
| tree | 4035ffeeff6a55d0950ffabfe23ada6465c6013f /phpBB/includes/template.php | |
| parent | 7253ee19caf5fdc030f2aa6fae851e8f6902f432 (diff) | |
| download | forums-b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38.tar forums-b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38.tar.gz forums-b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38.tar.bz2 forums-b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38.tar.xz forums-b57ccb8cb9c597f14e9650ae3ef18afd13c1bd38.zip | |
fix admin_session "bug"
git-svn-id: file:///svn/phpbb/trunk@5083 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/template.php')
| -rw-r--r-- | phpBB/includes/template.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 81e674d923..0e6cabbdce 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -163,7 +163,6 @@ class template $this->files[$handle] = $phpbb_root_path . 'styles/' . $user->theme['secondary']['template_path'] . '/template/' . $this->filename[$handle]; } - $str = ''; if ($user->theme[$this->tpl]['template_storedb']) { $sql = 'SELECT * FROM ' . STYLES_TPLDATA_TABLE . ' |
