www/import/from_brouwhulp.php

changeset 230
8edca0488e65
parent 228
98536f6539ee
child 234
b8b5efa495bb
equal deleted inserted replaced
229:cfd87d51a33c 230:8edca0488e65
1223 $sql .= "', sparge_acid_amount='" . floatval($recipe->LACTIC_SPARGE); 1223 $sql .= "', sparge_acid_amount='" . floatval($recipe->LACTIC_SPARGE);
1224 } 1224 }
1225 if ($recipe->VOLUME_HLT) { 1225 if ($recipe->VOLUME_HLT) {
1226 $sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT); 1226 $sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT);
1227 } 1227 }
1228 $sql .= "', sparge_source='0";
1228 1229
1229 /* 1230 /*
1230 * Put the fermentables in a json array 1231 * Put the fermentables in a json array
1231 */ 1232 */
1232 if ($recipe->FERMENTABLES) { 1233 if ($recipe->FERMENTABLES) {
1410 $sql .= "', sparge_acid_amount='" . floatval($recipe->LACTIC_SPARGE); 1411 $sql .= "', sparge_acid_amount='" . floatval($recipe->LACTIC_SPARGE);
1411 } 1412 }
1412 if ($recipe->VOLUME_HLT) { 1413 if ($recipe->VOLUME_HLT) {
1413 $sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT); 1414 $sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT);
1414 } 1415 }
1416 $sql .= "', sparge_source='0";
1415 1417
1416 /* 1418 /*
1417 * Put the fermentables in a json array 1419 * Put the fermentables in a json array
1418 */ 1420 */
1419 if ($recipe->FERMENTABLES) { 1421 if ($recipe->FERMENTABLES) {

mercurial