Skip to content

Commit 4d61e8b

Browse files
committed
set names?
1 parent 7b26f51 commit 4d61e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/databaseConn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
$dbConn->set_charset("utf8mb4");
4040
$dbConn->query("SET collation_connection = utf8mb4_unicode_ci");
41+
$dbConn->query("SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci");
4142

4243
////////////////////////////////////////////////////////////////////////////
4344
// FUNCTIONS

0 commit comments

Comments
 (0)