www/getyeastsources.php

changeset 726
872a3635e4ef
parent 705
d77b723f7b35
child 771
9856238e9217
--- a/www/getyeastsources.php	Fri Apr 09 14:45:18 2021 +0200
+++ b/www/getyeastsources.php	Sat Apr 10 14:46:06 2021 +0200
@@ -31,7 +31,11 @@
 		'harvest_time' => $row['harvest_time'],
 		'pitch_temperature' => $row['pitch_temperature'],
 		'pofpos' => $row['pofpos'],
-		'zymocide' => $row['zymocide']
+		'zymocide' => $row['zymocide'],
+		'gr_hl_lo' => $row['gr_hl_lo'],
+		'sg_lo' => $row['sg_lo'],
+		'gr_hl_hi' => $row['gr_hl_hi'],
+		'sg_hi' => $row['sg_hi']
 	);
 }
 header("Content-type: application/json");

mercurial