From 8af457cc1aff41d130a02140bf652b0ab9bf0762 Mon Sep 17 00:00:00 2001 From: bnu Date: Thu, 25 Jun 2009 12:01:19 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B0=9C=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= 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@6674 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/file.admin.view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/file/file.admin.view.php b/modules/file/file.admin.view.php index 00874ddd5..beb376da8 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');