From 849bc627a1e13d21d5c00f2b40fb5c8a53882ca6 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 19 Jun 2009 03:54:53 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=B2=A8=EB=B6=80=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=EC=8B=9C=20=EB=93=B1=EB=A1=9D=EC=9D=BC?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=80=EA=B2=BD=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95=20=20=20*=20=ED=95=B4=EB=8B=B9?= =?UTF-8?q?=20=EC=BF=BC=EB=A6=AC=20=EB=B3=84=EB=8F=84=EB=A1=9C=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6599 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/file.admin.view.php | 4 ++-- modules/file/queries/updateFileTargetType.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 modules/file/queries/updateFileTargetType.xml diff --git a/modules/file/file.admin.view.php b/modules/file/file.admin.view.php index dda117914..00874ddd5 100644 --- a/modules/file/file.admin.view.php +++ b/modules/file/file.admin.view.php @@ -29,7 +29,7 @@ // 목록 구함 $oFileModel = &getAdminModel('file'); $output = $oFileModel->getFileList($args); - +debugPrint($output); // 목록의 loop를 돌면서 document를 구하기 if($output->data) { $oCommentModel = &getModel('comment'); @@ -89,7 +89,7 @@ } } if($file_update_args->upload_target_type) { - executeQuery('file.updateFile', $file_update_args); + executeQuery('file.updateFileTargetType', $file_update_args); } } diff --git a/modules/file/queries/updateFileTargetType.xml b/modules/file/queries/updateFileTargetType.xml new file mode 100644 index 000000000..334d20825 --- /dev/null +++ b/modules/file/queries/updateFileTargetType.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file