www/getfermentablesources.php

changeset 221
a8aabb63fbcc
parent 65
5d5c67818d11
child 296
69fadd1aded2
--- a/www/getfermentablesources.php	Tue Jan 29 21:52:08 2019 +0100
+++ b/www/getfermentablesources.php	Wed Jan 30 16:40:23 2019 +0100
@@ -22,12 +22,14 @@
 		'moisture' => $row['moisture'],
 		'diastatic_power' => $row['diastatic_power'],
 		'protein' => $row['protein'],
+		'dissolved_protein' => $row['dissolved_protein'],
 		'max_in_batch' => $row['max_in_batch'],
 		'recommend_mash' => $row['recommend_mash'],
 		'graintype' => $row['graintype'],
 		'di_ph' => $row['di_ph'],
+		'acid_to_ph_57' => $row['acid_to_ph_57'],
 		'inventory' => $row['inventory'],
 		'cost' => $row['cost']
 	);
 }
-echo json_encode($fermentables);
+echo json_encode($fermentables, JSON_UNESCAPED_UNICODE);

mercurial