www/getyeastsources.php

changeset 232
daf2d9d6fa18
parent 141
fe9e2a677611
child 296
69fadd1aded2
equal deleted inserted replaced
231:9881453a49b3 232:daf2d9d6fa18
16 'form' => $row['form'], 16 'form' => $row['form'],
17 'laboratory' => $row['laboratory'], 17 'laboratory' => $row['laboratory'],
18 'product_id' => $row['product_id'], 18 'product_id' => $row['product_id'],
19 'min_temperature' => $row['min_temperature'], 19 'min_temperature' => $row['min_temperature'],
20 'max_temperature' => $row['max_temperature'], 20 'max_temperature' => $row['max_temperature'],
21 'flocculation' => $row['flocculation'],
21 'attenuation' => $row['attenuation'], 22 'attenuation' => $row['attenuation'],
23 'cells' => $row['cells'],
22 'inventory' => $row['inventory'], 24 'inventory' => $row['inventory'],
23 'cost' => $row['cost'] 25 'cost' => $row['cost']
24 ); 26 );
25 } 27 }
26 echo json_encode($yeasts); 28 echo json_encode($yeasts);

mercurial