diff -r 99c02fa797f9 -r 4b157d7a1cee www/includes/db_inventory_mash_profiles.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/includes/db_inventory_mash_profiles.php Sat Aug 18 17:31:11 2018 +0200 @@ -0,0 +1,87 @@ + $row['record'], + 'name' => $row['name'], + 'grain_temp' => $row['grain_temp'], + 'tun_temp' => $row['tun_temp'], + 'sparge_temp' => $row['sparge_temp'], + 'ph' => $row['ph'], + 'tun_weight' => $row['tun_weight'], + 'tun_specific_heat' => $row['tun_specific_heat'], + 'equip_adjust' => $row['equip_adjust'], + 'notes' => $row['notes'], + 'steps' => $row['steps'] + ); + } + echo json_encode($suppliers); +} +?>