From 7cef79495a1dbcb6ddec623d59c95b48f3b754d1 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 2 Sep 2012 18:41:04 -0700 Subject: [PATCH] Updated INIT to not be DEV --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.php b/lib/init.php index 4e16b18..2e810df 100644 --- a/lib/init.php +++ b/lib/init.php @@ -18,7 +18,7 @@ define ('MORE_DELIM', ''); define ('TITLE_DELIMITER', ': '); define ('CONFIG_FILE', 'config'); -define ('DEV', true); +define ('DEV', false); if (DEV) { error_reporting(E_ALL); -- 2.34.1