From e0a4fd6b999c88000a6a50f50af9aaf0946276e8 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 7 Oct 2008 11:06:26 +0200 Subject: [PATCH] removed debug setting from installer --- src/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.php b/src/install.php index 0224e8c..d307665 100644 --- a/src/install.php +++ b/src/install.php @@ -56,7 +56,7 @@ $content['web_theme'] = "default"; $content['user_theme'] = "default"; $configsamplefile = $content['BASEPATH'] . "include/config.sample.php"; -ini_set('error_reporting', E_ALL); // DEBUG ENABLE +//ini_set('error_reporting', E_ALL); // DEBUG ENABLE // *** *** // // --- CONTENT Vars