From: Robert Treat Date: Tue, 26 Aug 2008 03:03:21 +0000 (-0400) Subject: remove debugging code X-Git-Tag: r1~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bca2ab8e7b07805a5bc196a8bc93f8b2513f9d31;p=phppgadmin.git remove debugging code --- 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';