Skip to content

Commit

Permalink
set names?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrodl committed Mar 19, 2024
1 parent 7b26f51 commit 4d61e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/databaseConn.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

$dbConn->set_charset("utf8mb4");
$dbConn->query("SET collation_connection = utf8mb4_unicode_ci");
$dbConn->query("SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci");

////////////////////////////////////////////////////////////////////////////
// FUNCTIONS
Expand Down

0 comments on commit 4d61e8b

Please sign in to comment.