mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
remove the echo...
git-svn-id: file:///svn/phpbb/trunk@5644 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4962db5f67
commit
fb999487bc
1 changed files with 0 additions and 2 deletions
|
@ -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 . "
|
||||
|
|
Loading…
Add table
Reference in a new issue