www/getyeastsources.php

changeset 337
faedcfa0610f
parent 296
69fadd1aded2
child 554
c62ff53cfc3d
equal deleted inserted replaced
336:3323b02c1bbe 337:faedcfa0610f
20 'max_temperature' => $row['max_temperature'], 20 'max_temperature' => $row['max_temperature'],
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 ); 27 );
27 } 28 }
28 header("Content-type: application/json"); 29 header("Content-type: application/json");
29 echo json_encode($yeasts); 30 echo json_encode($yeasts);

mercurial