From aa3e50949cf7a290a9ef44b4bb8450aad5695ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Tue, 11 Jun 2024 14:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=81=9C=E7=94=A8=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=9E=E8=B0=83=EF=BC=8C=E5=85=88=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=85=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/content_batchup_action.php | 1 - src/admin/dialog/select_images_post.php | 2 +- src/admin/dialog/select_soft_post.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/admin/content_batchup_action.php b/src/admin/content_batchup_action.php index 35c65c21..fef7711a 100644 --- a/src/admin/content_batchup_action.php +++ b/src/admin/content_batchup_action.php @@ -147,7 +147,6 @@ else if ($action == 'move') { $dsql->ExecuteNoneQuery("UPDATE `$addtable` SET typeid='$newtypeid' WHERE aid='{$row->id}' "); } if ($rs) $tdd++; - //DelArc($row->id,true); } if ($tdd > 0) { $jumpurl = "makehtml_archives_action.php?endid=$endid&startid=$startid"; diff --git a/src/admin/dialog/select_images_post.php b/src/admin/dialog/select_images_post.php index b7e5bb14..5495657f 100644 --- a/src/admin/dialog/select_images_post.php +++ b/src/admin/dialog/select_images_post.php @@ -10,7 +10,7 @@ */ require_once(dirname(__FILE__)."/config.php"); require_once(DEDEINC."/image.func.php"); -define("DEDE_DIALOG_UPLOAD", true); +//define("DEDE_DIALOG_UPLOAD", true); if (empty($activepath)) { $activepath = ''; $activepath = str_replace('.', '', $activepath); diff --git a/src/admin/dialog/select_soft_post.php b/src/admin/dialog/select_soft_post.php index b7225e47..a239c1e6 100644 --- a/src/admin/dialog/select_soft_post.php +++ b/src/admin/dialog/select_soft_post.php @@ -14,7 +14,7 @@ if (!isset($cfg_basedir)) { if (empty($uploadfile)) $uploadfile = ''; if (empty($uploadmbtype)) $uploadmbtype = '软件类型'; if (empty($bkurl)) $bkurl = 'select_soft.php'; -define("DEDE_DIALOG_UPLOAD", true); +//define("DEDE_DIALOG_UPLOAD", true); $CKEditorFuncNum = (isset($CKEditorFuncNum)) ? $CKEditorFuncNum : 1; $newname = (empty($newname) ? '' : preg_replace("#[\\ \"\*\?\t\r\n<>':\/|]#", "", $newname)); $uploadfile = isset($imgfile) && empty($uploadfile) ? $imgfile : $uploadfile;