1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

Merge PR #1044 branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
This commit is contained in:
Oleg Pudeyev 2012-11-09 09:58:00 -05:00
commit 957508c8b1

View File

@ -63,8 +63,6 @@ $updates_to_version = UPDATES_TO_VERSION;
$debug_from_version = DEBUG_FROM_VERSION;
$oldest_from_version = OLDEST_FROM_VERSION;
error_reporting(E_ALL);
@set_time_limit(0);
// Include essential scripts