diff -r 78946739b3a6 -r 0de4455bd2a1 www/includes/db_recipes.php --- 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; }