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;