diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 13:14:44 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 13:14:44 +0300 |
| commit | fb0742394a2097a506a777f0bc7c285c07eb6a72 (patch) | |
| tree | 64fbbffc9392e65ed272727890b04e99e4680454 /localized_js.php | |
| parent | 55a5137307bf99d9868a775d4197cbe25dbf25d5 (diff) | |
remove error_reporting() hacks; set default error reporting level in functions.php
Diffstat (limited to 'localized_js.php')
| -rw-r--r-- | localized_js.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/localized_js.php b/localized_js.php index 0d66da575..08eec1aff 100644 --- a/localized_js.php +++ b/localized_js.php @@ -1,5 +1,4 @@ <?php - error_reporting(E_ERROR | E_WARNING | E_PARSE); define('DISABLE_SESSIONS', true); require "functions.php"; |