www/export_hops.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_hops ORDER BY origin,name"); 15 $result = mysqli_query($link, "SELECT * FROM inventory_hops ORDER BY origin,name");
16 $row = mysqli_fetch_array($result);
17 16
18 17
19 $hoptype = array( 'Bittering', 'Aroma', 'Both' ); 18 $hoptype = array( 'Bittering', 'Aroma', 'Both' );
20 $hopform = array( 'Pellet', 'Plug', 'Leaf', 'Leaf', 'Leaf' ); 19 $hopform = array( 'Pellet', 'Plug', 'Leaf', 'Leaf', 'Leaf' );
21 20

mercurial