Skip to content

Commit

Permalink
Introduced item ordering for the store page
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteThunder authored and WhiteThunder committed Jun 5, 2014
1 parent 36df8ac commit 8bc8499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itemdata.php
Expand Up @@ -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() ) {
Expand Down

0 comments on commit 8bc8499

Please sign in to comment.