From e52672b9a1d8b955779ae2cd24e6be0edd259dec Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Sun, 16 May 2010 23:41:22 +0200 Subject: [PATCH] force display_errors to 'on' --- libraries/lib.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 17521214..1d340d48 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -11,7 +11,8 @@ // Set error reporting level to max error_reporting(E_ALL); - + ini_set('display_errors', 'on'); + // Application name $appName = 'phpPgAdmin'; -- 2.39.5