www/includes/db_inventory_equipments.php

changeset 296
69fadd1aded2
parent 209
dc30801e6961
child 715
8fb922c00a2d
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
104 'mash_volume' => $row['mash_volume'], 104 'mash_volume' => $row['mash_volume'],
105 'mash_max' => $row['mash_max'], 105 'mash_max' => $row['mash_max'],
106 'efficiency' => $row['efficiency'] 106 'efficiency' => $row['efficiency']
107 ); 107 );
108 } 108 }
109 header("Content-type: application/json");
109 echo json_encode($equipments); 110 echo json_encode($equipments);
110 } 111 }
111 ?> 112 ?>

mercurial