Remove display_errors = on by default
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 28 Sep 2010 23:36:47 +0000 (01:36 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 28 Sep 2010 23:36:47 +0000 (01:36 +0200)
libraries/lib.inc.php

index b3378724a3ecf3c13499aff36435b27c74bd98bc..0c9452a05d8e1f9913f3a27e3dafcefb40fedff3 100644 (file)
@@ -11,7 +11,6 @@
 
        // Set error reporting level to max
        error_reporting(E_ALL);
-       ini_set('display_errors', 'on');
  
        // Application name
        $appName = 'phpPgAdmin';