Skip to content
Snippets Groups Projects
Commit c73eded2 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Removed error_reporting from some php classes to avoid massive logging to apache error log.

parent c85afe73
Branches
Tags 1.0-SNAPSHOT
No related merge requests found
...@@ -15,7 +15,7 @@ require_once( "TgExtraCrud.class.php" ); ...@@ -15,7 +15,7 @@ require_once( "TgExtraCrud.class.php" );
// Dont be so verbose with messages and notices. // Dont be so verbose with messages and notices.
//error_reporting( E_ERROR | E_USER_ERROR ); error_reporting( E_ERROR | E_USER_ERROR );
// ############################################################# // #############################################################
......
...@@ -15,7 +15,7 @@ require_once( "TgExtra.class.php" ); ...@@ -15,7 +15,7 @@ require_once( "TgExtra.class.php" );
// Dont be so verbose with messages and notices. // Dont be so verbose with messages and notices.
//error_reporting( E_ERROR | E_USER_ERROR ); error_reporting( E_ERROR | E_USER_ERROR );
// ############################################################# // #############################################################
......
...@@ -13,7 +13,7 @@ require_once( "TgSystem.class.php" ); ...@@ -13,7 +13,7 @@ require_once( "TgSystem.class.php" );
// Dont be so verbose with messages and notices. // Dont be so verbose with messages and notices.
//error_reporting( E_ERROR | E_USER_ERROR ); error_reporting( E_ERROR | E_USER_ERROR );
// ############################################################# // #############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment