www/includes/db_recipes.php

changeset 223
0de4455bd2a1
parent 222
78946739b3a6
child 225
ad2e1e3ccaca
--- a/www/includes/db_recipes.php	Wed Jan 30 18:58:47 2019 +0100
+++ b/www/includes/db_recipes.php	Wed Jan 30 23:08:05 2019 +0100
@@ -165,11 +165,10 @@
 			$hop .= ',"h_beta":' . $item['h_beta'];
 			$hop .= ',"h_hsi":' . $item['h_hsi'];
 			$hop .= ',"h_humulene":' . $item['h_humulene'];
-			$hop .= ',"h_carophyllene":' . $item['h_carophyllene'];
+			$hop .= ',"h_caryophyllene":' . $item['h_caryophyllene'];
 			$hop .= ',"h_cohumulone":' . $item['h_cohumulone'];
 			$hop .= ',"h_myrcene":' . $item['h_myrcene'];
-			$hop .= ',"h_total_oil":' . $item['h_total_oil'];
-			$hop .= ',"h_weight":' . $item['h_weight'] . '}';
+			$hop .= ',"h_total_oil":' . $item['h_total_oil'] . '}';
 			syslog(LOG_NOTICE, $hop);
 			$hops .= $hop;
 		}

mercurial