www/includes/db_inventory_water.php

changeset 296
69fadd1aded2
parent 205
08488ac3bbb1
child 712
65da479b5542
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
84 'total_alkalinity' => $row['total_alkalinity'], 84 'total_alkalinity' => $row['total_alkalinity'],
85 'inventory' => $row['inventory'], 85 'inventory' => $row['inventory'],
86 'cost' => $row['cost'] 86 'cost' => $row['cost']
87 ); 87 );
88 } 88 }
89 header("Content-type: application/json");
89 echo json_encode($waters); 90 echo json_encode($waters);
90 } 91 }
91 ?> 92 ?>

mercurial