From 1ea47721f448de681a5e14a57c8b673610cc0639 Mon Sep 17 00:00:00 2001 From: Webo Date: Sat, 25 Feb 2017 18:41:46 +0100 Subject: [PATCH] Update admin_shop.php (#282) * Update admin_shop.php https://otland.net/threads/znote-tfs1-2-shop-error.249779/ * Update admin_shop.php --- admin_shop.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_shop.php b/admin_shop.php index 11ec880..6bac817 100644 --- a/admin_shop.php +++ b/admin_shop.php @@ -5,7 +5,7 @@ protect_page(); admin_only($user_data); $orders = mysql_select_multi('SELECT * FROM `znote_shop_orders` ORDER BY `id` DESC;'); -$order_types = array(1 => 'Item', 2 => 'Premium Days', 3 => 'Gender Change', 4 => 'Name Change', 5 => 'Custom'); +$order_types = array(1 => 'Item', 2 => 'Premium Days', 3 => 'Gender Change', 4 => 'Name Change', 5 => 'Outfits', 6 =>'Mounts'); $items = getItemList(); ?>

Shop Logs

@@ -36,7 +36,7 @@ $items = getItemList(); 'Item', 2 => 'Premium Days', 3 => 'Gender Change', 4 => 'Name Change', 5 => 'Outfit', 6 =>'Mount', 7 =>'Custom'); ?>

Order History

This list contains all transactions bought in the shop.

@@ -66,4 +66,4 @@ $orders = mysql_select_multi("SELECT `id`, `account_id`, `type`, `itemid`, `coun \ No newline at end of file +?>