summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 13:14:44 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 13:14:44 +0300
commitfb0742394a2097a506a777f0bc7c285c07eb6a72 (patch)
tree64fbbffc9392e65ed272727890b04e99e4680454 /db-updater.php
parent55a5137307bf99d9868a775d4197cbe25dbf25d5 (diff)
remove error_reporting() hacks; set default error reporting level in functions.php
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/db-updater.php b/db-updater.php
index 76e308856..09c16955b 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -1,10 +1,7 @@
<?php
- error_reporting(E_ERROR | E_WARNING | E_PARSE);
-
+ require_once "functions.php";
require_once "sessions.php";
-
require_once "sanity_check.php";
- require_once "functions.php";
require_once "config.php";
require_once "db.php";