www/export_styles.php

changeset 788
812ce4c5da2a
parent 779
67b1a07f4fd8
--- a/www/export_styles.php	Sat Mar 05 16:54:29 2022 +0100
+++ b/www/export_styles.php	Sat Mar 05 22:32:48 2022 +0100
@@ -13,7 +13,6 @@
 }
 
 $result = mysqli_query($link, "SELECT * FROM profile_styles ORDER BY style_guide,style_letter,name");
-$row = mysqli_fetch_array($result);
 
 
 $styletype = array( 'Lager', 'Ale', 'Mead', 'Wheat', 'Mixed', 'Cider' );

mercurial