diff -r dbbe408108ea -r 3469979f83be www/getyeastsources.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/getyeastsources.php Sat Sep 22 19:14:02 2018 +0200 @@ -0,0 +1,26 @@ + $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'], + 'attenuation' => $row['attenuation'], + 'inventory' => $row['inventory'], + 'cost' => $row['cost'] + ); +} +echo json_encode($yeasts);