aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-17 12:55:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-17 12:55:47 +0000
commitfb999487bc62da5499def80e5a17a03210e985d3 (patch)
treea1b550d8989d966a37f60c9b9bd25aabe01764ef /phpBB
parent4962db5f6715210d4e577fa843f82ffe61b47bc4 (diff)
downloadforums-fb999487bc62da5499def80e5a17a03210e985d3.tar
forums-fb999487bc62da5499def80e5a17a03210e985d3.tar.gz
forums-fb999487bc62da5499def80e5a17a03210e985d3.tar.bz2
forums-fb999487bc62da5499def80e5a17a03210e985d3.tar.xz
forums-fb999487bc62da5499def80e5a17a03210e985d3.zip
remove the echo...
git-svn-id: file:///svn/phpbb/trunk@5644 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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 c2fd77e7ef..b885d81b31 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -876,8 +876,6 @@ class user extends session
// User has wrong style
if (!$this->theme && $style == $this->data['user_style'])
{
- echo "HERE";
- exit;
$style = $this->data['user_style'] = $config['default_style'];
$sql = 'UPDATE ' . USERS_TABLE . "