diff options
Diffstat (limited to 'phpBB/install/install.php')
| -rw-r--r-- | phpBB/install/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 0c3521eb1d..5cbd1ae235 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -1087,6 +1087,7 @@ if ($stage == 3) $sql_query = preg_replace('#phpbb_#is', $table_prefix, $sql_query); $remove_remarks($sql_query); + $sql_query = split_sql_file($sql_query, $delimiter); foreach ($sql_query as $sql) @@ -1237,6 +1238,7 @@ if ($stage == 4) define('USER_INACTIVE', 1); define('USER_IGNORE', 2); define('USER_FOUNDER', 3); + define('LOGIN_SUCCESS', 3); $sql = "SELECT * |
