www/rec_beerxml.php

changeset 449
a1d6b9eec988
parent 429
0d2cf505957c
child 515
9d771385a8a0
--- a/www/rec_beerxml.php	Wed Aug 21 16:34:07 2019 +0200
+++ b/www/rec_beerxml.php	Wed Aug 21 17:16:53 2019 +0200
@@ -26,7 +26,7 @@
 $recipetype = array( 'Extract', 'Partial Mash', 'All Grain' );
 $styletype = array( 'Lager', 'Ale', 'Mead', 'Wheat', 'Mixed', 'Cider' );
 $hoptype = array( 'Bittering', 'Aroma', 'Both' );
-$hopform = array( 'Pellet', 'Plug', 'Leaf' );
+$hopform = array( 'Pellet', 'Plug', 'Leaf', 'Leaf', 'Leaf' );
 $hopuse = array( 'Mash', 'First wort', 'Boil', 'Aroma', 'Whirlpool', 'Dry hop' );
 $fermentabletype = array( 'Grain', 'Sugar', 'Extract', 'Dry extract', 'Adjunct' );
 $graintype = array( 'Base', 'Roast', 'Crystal', 'Kilned', 'Sour malt', 'Special', 'No malt' );

mercurial