diff options
Diffstat (limited to 'core/application.php')
-rw-r--r-- | core/application.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/application.php b/core/application.php index e4c481f..21ab203 100644 --- a/core/application.php +++ b/core/application.php @@ -142,19 +142,6 @@ $Language = Application::getLanguage(); $Database = Application::getDatabase(); #=============================================================================== -# Set Database attributes -#=============================================================================== -$Database->setAttribute( - $Database::ATTR_DEFAULT_FETCH_MODE, - $Database::FETCH_ASSOC -); - -$Database->setAttribute( - $Database::ATTR_ERRMODE, - $Database::ERRMODE_EXCEPTION -); - -#=============================================================================== # Check if "304 Not Modified" and ETag header should be sent #=============================================================================== if(Application::get('CORE.SEND_304') === TRUE AND !defined('ADMINISTRATION')) { |