www/includes/db_inventory_water.php

changeset 77
a9f8de2d7b2b
parent 47
94cd5ac04b6a
child 99
f433193f7bb6
--- a/www/includes/db_inventory_water.php	Thu Oct 04 22:50:40 2018 +0200
+++ b/www/includes/db_inventory_water.php	Tue Nov 06 22:55:55 2018 +0100
@@ -8,6 +8,7 @@
 if (! $connect) {
 	die('Connect Error (' . mysqli_connect_errno() . ') ' . mysqli_connect_error());
 }
+mysqli_set_charset($connect, "utf8" );
 
 /*
  * If a new default will be set, clear the old default.

mercurial