www/import/from_brouwhulp.php

changeset 230
8edca0488e65
parent 228
98536f6539ee
child 234
b8b5efa495bb
--- a/www/import/from_brouwhulp.php	Fri Feb 01 19:41:46 2019 +0100
+++ b/www/import/from_brouwhulp.php	Fri Feb 01 22:00:49 2019 +0100
@@ -1225,6 +1225,7 @@
 		if ($recipe->VOLUME_HLT) {
 			$sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT);
 		}
+		$sql .= "', sparge_source='0";
 
 		/*
 		 * Put the fermentables in a json array
@@ -1412,6 +1413,7 @@
 		if ($recipe->VOLUME_HLT) {
 			$sql .= "', sparge_volume='" . floatval($recipe->VOLUME_HLT);
 		}
+		$sql .= "', sparge_source='0";
 
                 /*
                  * Put the fermentables in a json array

mercurial