Browse Source

Update sys_data_done.php

tags/6.2.8
tianya 11 months ago
parent
commit
25aa277441
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/admin/sys_data_done.php

+ 4
- 0
src/admin/sys_data_done.php View File

@@ -101,6 +101,10 @@ if ($dopost == 'bak') {
$bakStr = '';
//分析表里的字段信息
$nowtable = str_replace("`", "", $nowtable);
if (!$dsql->IsTable($nowtable)) {
PutInfo("数据表名称错误", "");
exit();
}
$dsql->GetTableFields($nowtable);
$intable = "INSERT INTO `$nowtable` VALUES(";
while ($r = $dsql->GetFieldObject()) {


Loading…
Cancel
Save