www/getyeastsources.php

changeset 726
872a3635e4ef
parent 705
d77b723f7b35
child 771
9856238e9217
equal deleted inserted replaced
725:30346e5b9e12 726:872a3635e4ef
29 'bacteria' => $row['bacteria'], 29 'bacteria' => $row['bacteria'],
30 'harvest_top' => $row['harvest_top'], 30 'harvest_top' => $row['harvest_top'],
31 'harvest_time' => $row['harvest_time'], 31 'harvest_time' => $row['harvest_time'],
32 'pitch_temperature' => $row['pitch_temperature'], 32 'pitch_temperature' => $row['pitch_temperature'],
33 'pofpos' => $row['pofpos'], 33 'pofpos' => $row['pofpos'],
34 'zymocide' => $row['zymocide'] 34 'zymocide' => $row['zymocide'],
35 'gr_hl_lo' => $row['gr_hl_lo'],
36 'sg_lo' => $row['sg_lo'],
37 'gr_hl_hi' => $row['gr_hl_hi'],
38 'sg_hi' => $row['sg_hi']
35 ); 39 );
36 } 40 }
37 header("Content-type: application/json"); 41 header("Content-type: application/json");
38 echo json_encode($yeasts); 42 echo json_encode($yeasts);

mercurial