www/includes/db_recipes.php

changeset 154
ef298b5aa994
parent 148
c0f0bbfefd63
child 156
35860890224c
--- a/www/includes/db_recipes.php	Tue Dec 25 15:06:39 2018 +0100
+++ b/www/includes/db_recipes.php	Thu Dec 27 22:30:26 2018 +0100
@@ -62,9 +62,9 @@
 	$sql .= "', sparge_temp='" . $_POST['sparge_temp'];
 	$sql .= "', sparge_ph='" . $_POST['sparge_ph'];
 	$sql .= "', sparge_volume='" . $_POST['sparge_volume'];
-	$sql .= "', sparge_acid_type='" . $_POST['sparge_acid_type'];
-	$sql .= "', sparge_acid_perc='" . $_POST['sparge_acid_perc'];
-	$sql .= "', sparge_acid_amount='" . $_POST['sparge_acid_amount'];
+//	$sql .= "', sparge_acid_type='" . $_POST['sparge_acid_type'];
+//	$sql .= "', sparge_acid_perc='" . $_POST['sparge_acid_perc'];
+//	$sql .= "', sparge_acid_amount='" . $_POST['sparge_acid_amount'];
 	$sql .= "', mash_ph='" . $_POST['mash_ph'];
 	$sql .= "', mash_name='" . $_POST['mash_name'];
 	$sql .= "', calc_acid='" . $_POST['calc_acid'];

mercurial