aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/upgrade.php')
-rw-r--r--phpBB/upgrade.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/upgrade.php b/phpBB/upgrade.php
index 2dd7a1fa8b..d1c8e20b11 100644
--- a/phpBB/upgrade.php
+++ b/phpBB/upgrade.php
@@ -697,9 +697,6 @@ if(isset($next))
case '4':
$row['user_level'] = ADMIN;
break;
- case '-1':
- $row['user_level'] = ANONYMOUS;
- break;
default:
$row['user_level'] = USER;
}