diff --git a/var/www/html/admin/includes/upload_beer_style.php b/var/www/html/admin/includes/upload_beer_style.php index 5f197bf..d561d60 100644 --- a/var/www/html/admin/includes/upload_beer_style.php +++ b/var/www/html/admin/includes/upload_beer_style.php @@ -43,7 +43,7 @@ else while ($xml && ($style = $xml->BEERSTYLE[$ii++])) { $styleId = ''; - $catNum = $style->CATEGORY . ($style->LETTER?$style->LETTER:$style->STYLE_LETTER); + $catNum = ($style->LETTER?$style->LETTER:$style->STYLE_LETTER); $styleName = $style->NAME; $beerStyleManager = new BeerStyleManager();