mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Fix admin_shop.php (#348)
Notice: Undefined index: points in admin_shop.php on line 61
This commit is contained in:
parent
7eebbde59e
commit
ca989223bc
@ -36,6 +36,7 @@ $items = getItemList();
|
||||
</table>
|
||||
|
||||
<?php
|
||||
$orders = mysql_select_multi('SELECT * FROM `znote_shop_logs` ORDER BY `id` DESC;');
|
||||
$order_types = array(1 => 'Item', 2 => 'Premium Days', 3 => 'Gender Change', 4 => 'Name Change', 5 => 'Outfit', 6 =>'Mount', 7 =>'Custom');
|
||||
?>
|
||||
<h2>Order History</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user