www/getfermentablesources.php

changeset 221
a8aabb63fbcc
parent 65
5d5c67818d11
child 296
69fadd1aded2
equal deleted inserted replaced
220:14e349ff2a10 221:a8aabb63fbcc
20 'supplier' => $row['supplier'], 20 'supplier' => $row['supplier'],
21 'coarse_fine_diff' => $row['coarse_fine_diff'], 21 'coarse_fine_diff' => $row['coarse_fine_diff'],
22 'moisture' => $row['moisture'], 22 'moisture' => $row['moisture'],
23 'diastatic_power' => $row['diastatic_power'], 23 'diastatic_power' => $row['diastatic_power'],
24 'protein' => $row['protein'], 24 'protein' => $row['protein'],
25 'dissolved_protein' => $row['dissolved_protein'],
25 'max_in_batch' => $row['max_in_batch'], 26 'max_in_batch' => $row['max_in_batch'],
26 'recommend_mash' => $row['recommend_mash'], 27 'recommend_mash' => $row['recommend_mash'],
27 'graintype' => $row['graintype'], 28 'graintype' => $row['graintype'],
28 'di_ph' => $row['di_ph'], 29 'di_ph' => $row['di_ph'],
30 'acid_to_ph_57' => $row['acid_to_ph_57'],
29 'inventory' => $row['inventory'], 31 'inventory' => $row['inventory'],
30 'cost' => $row['cost'] 32 'cost' => $row['cost']
31 ); 33 );
32 } 34 }
33 echo json_encode($fermentables); 35 echo json_encode($fermentables, JSON_UNESCAPED_UNICODE);

mercurial