From 8bc84995294f23b5f89a54cb4602d54123ad7781 Mon Sep 17 00:00:00 2001 From: WhiteThunder Date: Thu, 5 Jun 2014 08:31:47 -0700 Subject: [PATCH] Introduced item ordering for the store page --- itemdata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemdata.php b/itemdata.php index 85c2948..81a892a 100644 --- a/itemdata.php +++ b/itemdata.php @@ -9,7 +9,7 @@ function LoadItemData() { $sql =GetSQL(); global $item_data2; - $result = $sql->safequery( "SELECT * FROM ITEMINFO" ); + $result = $sql->safequery( "SELECT * FROM ITEMINFO ORDER BY DISPLAYINDEX" ); if( !$result ) die(); while( $a = $result->fetch_array() ) {