Test the test

This commit is contained in:
Michael 2021-01-17 21:39:42 +00:00
parent 1a434fd8d6
commit 6b4245d662
4 changed files with 4 additions and 3 deletions

View file

@ -447,7 +447,7 @@ return [
'password' => '{$conf('database', 'password')}',
'database' => '{$conf('database', 'database')}',
'charset' => 'utf8mb4',
'pdo_emulate_prepares' => true,
'pdo_emulate_prepares' => false,
],
// ****************************************************************