www/getfermentablesources.php

changeset 296
69fadd1aded2
parent 221
a8aabb63fbcc
child 705
d77b723f7b35
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
30 'acid_to_ph_57' => $row['acid_to_ph_57'], 30 'acid_to_ph_57' => $row['acid_to_ph_57'],
31 'inventory' => $row['inventory'], 31 'inventory' => $row['inventory'],
32 'cost' => $row['cost'] 32 'cost' => $row['cost']
33 ); 33 );
34 } 34 }
35 header("Content-type: application/json");
35 echo json_encode($fermentables, JSON_UNESCAPED_UNICODE); 36 echo json_encode($fermentables, JSON_UNESCAPED_UNICODE);

mercurial