www/includes/db_inventory_yeasts.php

changeset 296
69fadd1aded2
parent 201
f9b7e3f6be7c
child 313
9f45d09c2071
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
98 'production_date' => $row['production_date'], 98 'production_date' => $row['production_date'],
99 'tht_date' => $row['tht_date'], 99 'tht_date' => $row['tht_date'],
100 'cells' => floatval($row['cells']) / 1000000000.0 100 'cells' => floatval($row['cells']) / 1000000000.0
101 ); 101 );
102 } 102 }
103 header("Content-type: application/json");
103 echo json_encode($yeasts); 104 echo json_encode($yeasts);
104 } 105 }
105 ?> 106 ?>

mercurial