diff -r 9f8ede1b2090 -r 812ce4c5da2a www/export_yeasts.php --- a/www/export_yeasts.php Sat Mar 05 16:54:29 2022 +0100 +++ b/www/export_yeasts.php Sat Mar 05 22:32:48 2022 +0100 @@ -13,7 +13,6 @@ } $result = mysqli_query($link, "SELECT * FROM inventory_yeasts ORDER BY laboratory,product_id,name"); -$row = mysqli_fetch_array($result); function field($x, $field, $value) { xmlwriter_start_element($x, $field);