Fix admin_shop.php (#348)

Notice: Undefined index: points in admin_shop.php on line 61
This commit is contained in:
gregorecruzeiro 2019-03-17 22:01:30 -03:00 committed by Stefan A. Brannfjell
parent 7eebbde59e
commit ca989223bc

View File

@ -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>