www/gethopsources.php

changeset 69
ca25fdce3b85
parent 58
83ccc36df675
child 219
4c21eabb3c0e
--- a/www/gethopsources.php	Tue Sep 25 20:58:06 2018 +0200
+++ b/www/gethopsources.php	Wed Sep 26 11:45:10 2018 +0200
@@ -1,7 +1,7 @@
 <?php
 require_once('config.php');
 
-$query = "SELECT * FROM inventory_hops ORDER BY name";
+$query = "SELECT * FROM inventory_hops ORDER BY origin,name";
 $connect = mysqli_connect(DBASE_HOST,DBASE_USER,DBASE_PASS,DBASE_NAME);
 if (! $connect) {
 	echo "[]";

mercurial