force display_errors to 'on'
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 16 May 2010 21:41:22 +0000 (23:41 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 16 May 2010 21:41:22 +0000 (23:41 +0200)
libraries/lib.inc.php

index 17521214c72e76537ca514e91395193bf33f719b..1d340d48446e6fe7afeff2ee8a03c0db9cae2496 100644 (file)
@@ -11,7 +11,8 @@
 
        // Set error reporting level to max
        error_reporting(E_ALL);
-
+       ini_set('display_errors', 'on');
        // Application name
        $appName = 'phpPgAdmin';