www/import/from_brouwhulp.php

changeset 58
83ccc36df675
parent 57
bb9a06aa9acd
child 59
ad28e09e3abd
--- 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);

mercurial