From: moodler Date: Sun, 29 Dec 2002 04:18:09 +0000 (+0000) Subject: Accidentally left debugging on X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11e8f20ec4d88f4da0f5cd96cfed583a518b7742;p=moodle.git Accidentally left debugging on --- diff --git a/lib/setup.php b/lib/setup.php index 9504edb44a..460f280e62 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -32,7 +32,7 @@ /// Set error reporting back to normal - error_reporting(15); + error_reporting(7); /// Load up any configuration from the config table