diff -r bb9a06aa9acd -r 83ccc36df675 www/import/from_brouwhulp.php --- a/www/import/from_brouwhulp.php Thu Sep 20 16:19:09 2018 +0200 +++ b/www/import/from_brouwhulp.php Thu Sep 20 17:50:30 2018 +0200 @@ -598,7 +598,7 @@ $hops .= ',"h_cost":' . floatval($hop->COST); $hops .= ',"h_type":"' . mysqli_real_escape_string($db, $hop->TYPE) . '"'; $hops .= ',"h_form":"' . mysqli_real_escape_string($db, $hop->FORM) . '"'; - $hops .= ',"h_use":"' . mysqli_real_escape_string($db, $hop->USE) . '"'; + $hops .= ',"h_useat":"' . mysqli_real_escape_string($db, $hop->USE) . '"'; if ($hop->TIME) $hops .= ',"h_time":' . floatval($hop->TIME); $hops .= ',"h_alpha":' . floatval($hop->ALPHA);