浏览代码

fix action gift

master
heuzef 10 年前
父节点
当前提交
38d4c05fc6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      play/action.php

+ 2
- 2
play/action.php 查看文件

@@ -110,11 +110,11 @@ if (isset($_GET['edit_notes'])) {
$xml->entry->notes = $_POST["notes"];
}
if (isset($_GET['gift_plus']) && $xml->entry->ecos->noire<5) {
if (isset($_GET['gift_plus']) && $xml->entry->gift<99999) ) {
$xml->entry->gift++;
}
if (isset($_GET['gift_moins']) && $xml->entry->ecos->noire>0) {
if (isset($_GET['gift_moins']) && $xml->entry->gift>0) {
$xml->entry->gift--;
}


正在加载...
取消
保存