From 0602c38e9f76acf36b9daceef80292972da10c35 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 15 Jun 2009 06:40:13 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=84=A4=EC=A0=95=EC=97=90=20thumbnail,=20summary?= =?UTF-8?q?=EB=8F=84=20=EC=B6=94=EA=B0=80?= 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@6544 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/board.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/board/board.model.php b/modules/board/board.model.php index 70cfd2981..7a3668303 100644 --- a/modules/board/board.model.php +++ b/modules/board/board.model.php @@ -38,7 +38,7 @@ **/ function getDefaultListConfig($module_srl) { // 가상번호, 제목, 등록일, 수정일, 닉네임, 아이디, 이름, 조회수, 추천수 추가 - $virtual_vars = array( 'no', 'title', 'regdate', 'last_update', 'nick_name', 'user_id', 'user_name', 'readed_count', 'voted_count' ); + $virtual_vars = array( 'no', 'title', 'regdate', 'last_update', 'nick_name', 'user_id', 'user_name', 'readed_count', 'voted_count','thumbnail','summary'); foreach($virtual_vars as $key) { $extra_vars[$key] = new ExtraItem($module_srl, -1, Context::getLang($key), $key, 'N', 'N', 'N', null); }