www/includes/db_inventory_fermentables.php

changeset 296
69fadd1aded2
parent 195
2ac491548d8d
child 514
3c680d1dea35
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
113 'cost' => $row['cost'], 113 'cost' => $row['cost'],
114 'production_date' => $row['production_date'], 114 'production_date' => $row['production_date'],
115 'tht_date' => $row['tht_date'] 115 'tht_date' => $row['tht_date']
116 ); 116 );
117 } 117 }
118 header("Content-type: application/json");
118 echo json_encode($fermentables); 119 echo json_encode($fermentables);
119 } 120 }
120 ?> 121 ?>

mercurial