aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r--lib/bootstrap.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index bfb5592..ee50df0 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -152,11 +152,6 @@ if (isset($GLOBALS['DB_STUDIP_SLAVE_HOST'])) {
DBManager::getInstance()->aliasConnection('studip', 'studip-slave');
}
-if (Studip\ENV === 'production') {
- DBManager::get()->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true);
- DBManager::get('studip-slave')->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true);
-}
-
// Check if we need to enable the fix for column default values for mariadb >= 10.2.7
if (DBManager::get()->isMariaDB('10.2.7')) {
SimpleORMap::setMariadbDefaultColumnFix();