remove debugging code
authorRobert Treat <xzilla@users.sourceforge.net>
Tue, 26 Aug 2008 03:03:21 +0000 (23:03 -0400)
committerRobert Treat <xzilla@users.sourceforge.net>
Tue, 26 Aug 2008 03:03:21 +0000 (23:03 -0400)
libraries/lib.inc.php

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