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
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ require_once( "TgExtraCrud.class.php" );
// 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" );
// 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" );
// 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.
Finish editing this message first!
Please register or to comment