www/includes/db_inventory_equipments.php

changeset 77
a9f8de2d7b2b
parent 37
9362eb9e9e5b
child 115
ad31f4bd4036
--- a/www/includes/db_inventory_equipments.php	Thu Oct 04 22:50:40 2018 +0200
+++ b/www/includes/db_inventory_equipments.php	Tue Nov 06 22:55:55 2018 +0100
@@ -7,6 +7,7 @@
 if (! $connect) {
 	die('Connect Error (' . mysqli_connect_errno() . ') ' . mysqli_connect_error());
 }
+mysqli_set_charset($connect, "utf8" );
 
 // get data and store in a json array
 $query = "SELECT * FROM inventory_equipments ORDER BY name";

mercurial