diff -r 6fea20eead56 -r 95251bedfab4 www/includes/db_inventory_styles.php --- a/www/includes/db_inventory_styles.php Wed Aug 29 16:23:57 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ - $row['record'], - 'name' => $row['name'], - 'category' => $row['category'], - 'category_number' => $row['category_number'], - 'style_letter' => $row['style_letter'], - 'style_guide' => $row['style_guide'], - 'type' => $row['type'], - 'og_min' => $row['og_min'], - 'og_max' => $row['og_max'], - 'fg_min' => $row['fg_min'], - 'fg_max' => $row['fg_max'], - 'ibu_min' => $row['ibu_min'], - 'ibu_max' => $row['ibu_max'], - 'color_min' => $row['color_min'], - 'color_max' => $row['color_max'], - 'carb_min' => $row['carb_min'], - 'carb_max' => $row['carb_max'], - 'abv_min' => $row['abv_min'], - 'abv_max' => $row['abv_max'], - 'notes' => $row['notes'], - 'profile' => $row['profile'], - 'ingredients' => $row['ingredients'], - 'examples' => $row['examples'] - ); - } - echo json_encode($styles); -} -?>