SOURCES: phpPgAdmin-config.patch - error_reporting setting
glen
glen at pld-linux.org
Fri Dec 2 16:44:16 CET 2005
Author: glen Date: Fri Dec 2 15:44:16 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- error_reporting setting
---- Files affected:
SOURCES:
phpPgAdmin-config.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/phpPgAdmin-config.patch
diff -u SOURCES/phpPgAdmin-config.patch:1.1 SOURCES/phpPgAdmin-config.patch:1.2
--- SOURCES/phpPgAdmin-config.patch:1.1 Fri Dec 2 16:39:40 2005
+++ SOURCES/phpPgAdmin-config.patch Fri Dec 2 16:44:10 2005
@@ -27,3 +27,14 @@
}
}
+--- phpPgAdmin-4.0.1/libraries/lib.inc.php 2005-12-02 17:38:56.000000000 +0200
++++ phpPgAdmin-4.0.1-org/libraries/lib.inc.php 2005-12-02 17:37:20.000000000 +0200
+@@ -9,7 +9,7 @@
+ include_once('./lang/translations.php');
+
+ // Set error reporting level to max
+- error_reporting(E_ALL);
++ error_reporting(E_ALL & ~E_NOTICE);
+
+ // Application name
+ $appName = 'phpPgAdmin';
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/phpPgAdmin-config.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list