www/getyeastsources.php

changeset 554
c62ff53cfc3d
parent 337
faedcfa0610f
child 705
d77b723f7b35
equal deleted inserted replaced
553:481dbe0af222 554:c62ff53cfc3d
21 'flocculation' => $row['flocculation'], 21 'flocculation' => $row['flocculation'],
22 'attenuation' => $row['attenuation'], 22 'attenuation' => $row['attenuation'],
23 'cells' => $row['cells'], 23 'cells' => $row['cells'],
24 'inventory' => $row['inventory'], 24 'inventory' => $row['inventory'],
25 'cost' => $row['cost'], 25 'cost' => $row['cost'],
26 'tolerance' => $row['tolerance'] 26 'tolerance' => $row['tolerance'],
27 'sta1' => $row['sta1'],
28 'bacteria' => $row['bacteria'],
29 'harvest_top' => $row['harvest_top'],
30 'harvest_time' => $row['harvest_time'],
31 'pitch_temperature' => $row['pitch_temperature'],
32 'pofpos' => $row['pofpos'],
33 'zymocide' => $row['zymocide']
27 ); 34 );
28 } 35 }
29 header("Content-type: application/json"); 36 header("Content-type: application/json");
30 echo json_encode($yeasts); 37 echo json_encode($yeasts);

mercurial