www/export_miscs.php

changeset 788
812ce4c5da2a
parent 563
acdd54144838
equal deleted inserted replaced
787:9f8ede1b2090 788:812ce4c5da2a
11 echo "error"; 11 echo "error";
12 return 1; 12 return 1;
13 } 13 }
14 14
15 $result = mysqli_query($link, "SELECT * FROM inventory_miscs ORDER BY name"); 15 $result = mysqli_query($link, "SELECT * FROM inventory_miscs ORDER BY name");
16 $row = mysqli_fetch_array($result);
17 16
18 17
19 $misctype = array( 'Spice', 'Herb', 'Flavor', 'Fining', 'Water agent', 'Yeast nutrient', 'Other' ); 18 $misctype = array( 'Spice', 'Herb', 'Flavor', 'Fining', 'Water agent', 'Yeast nutrient', 'Other' );
20 $miscuse = array( 'Starter', 'Mash', 'Boil', 'Primary', 'Secondary', 'Bottling' ); 19 $miscuse = array( 'Starter', 'Mash', 'Boil', 'Primary', 'Secondary', 'Bottling' );
21 20

mercurial