From bca2ab8e7b07805a5bc196a8bc93f8b2513f9d31 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Mon, 25 Aug 2008 23:03:21 -0400 Subject: [PATCH] remove debugging code --- libraries/lib.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 88aa4088..aa0825fc 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -11,7 +11,6 @@ // Set error reporting level to max error_reporting(E_ALL); - ini_set('display_errors',true); // Application name $appName = 'phpPgAdmin'; -- 2.39.5