Browse Source

Update cards_manage.php

tags/6.2.7
叙述、别离 1 year ago
parent
commit
c8a2950234
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/cards_manage.php

+ 1
- 1
src/admin/cards_manage.php View File

@@ -20,7 +20,7 @@ if ($dopost == "delete") {
}
if ($dquery != "") $dquery = " WHERE ".$dquery;
$dsql->ExecuteNoneQuery("DELETE FROM `#@__moneycard_record` $dquery");
ShowMsg("成功删除指定的记录", "cards_manage.php");
ShowMsg("成功删除指定积分", "cards_manage.php");
exit();
} else {
$addsql = '';


Loading…
Cancel
Save