mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
remove the echo...
git-svn-id: file:///svn/phpbb/trunk@5644 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -876,8 +876,6 @@ class user extends session
|
|||||||
// User has wrong style
|
// User has wrong style
|
||||||
if (!$this->theme && $style == $this->data['user_style'])
|
if (!$this->theme && $style == $this->data['user_style'])
|
||||||
{
|
{
|
||||||
echo "HERE";
|
|
||||||
exit;
|
|
||||||
$style = $this->data['user_style'] = $config['default_style'];
|
$style = $this->data['user_style'] = $config['default_style'];
|
||||||
|
|
||||||
$sql = 'UPDATE ' . USERS_TABLE . "
|
$sql = 'UPDATE ' . USERS_TABLE . "
|
||||||
|
Reference in New Issue
Block a user