diff -r dc37f2b0a00b -r 9856238e9217 www/getyeastsources.php --- a/www/getyeastsources.php Mon Jul 05 20:59:10 2021 +0200 +++ b/www/getyeastsources.php Sun Jul 11 15:55:44 2021 +0200 @@ -1,7 +1,7 @@ $row['record'], - 'name' => $row['name'], - 'type' => $row['type'], - 'form' => $row['form'], - 'laboratory' => $row['laboratory'], - 'product_id' => $row['product_id'], - 'min_temperature' => $row['min_temperature'], - 'max_temperature' => $row['max_temperature'], - 'flocculation' => $row['flocculation'], - 'attenuation' => $row['attenuation'], - 'cells' => $row['cells'], - 'inventory' => $row['inventory'], - 'cost' => $row['cost'], - 'tolerance' => $row['tolerance'], - 'sta1' => $row['sta1'], - 'bacteria' => $row['bacteria'], - 'harvest_top' => $row['harvest_top'], - 'harvest_time' => $row['harvest_time'], - 'pitch_temperature' => $row['pitch_temperature'], - 'pofpos' => $row['pofpos'], - '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'] - ); + $yeasts[] = $row; } header("Content-type: application/json"); echo json_encode($yeasts);