www/includes/db_inventory_suppliers.php

changeset 77
a9f8de2d7b2b
parent 64
5d5fc6f7cbfe
child 296
69fadd1aded2
--- a/www/includes/db_inventory_suppliers.php	Thu Oct 04 22:50:40 2018 +0200
+++ b/www/includes/db_inventory_suppliers.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" );
 
 // get data and store in a json array
 $query = "SELECT * FROM inventory_suppliers ORDER BY name";

mercurial