From 80b8d50a9ae0c94c547cb17f749df16cddb3055d Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 25 Jun 2009 01:11:49 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=ED=8E=98=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= 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@6665 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/homepage/tpl/member_list.html | 2 +- widgets/newest_document/newest_document.class.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/homepage/tpl/member_list.html b/modules/homepage/tpl/member_list.html index 07c95b61d..9220802d9 100644 --- a/modules/homepage/tpl/member_list.html +++ b/modules/homepage/tpl/member_list.html @@ -59,7 +59,7 @@ {$page_no} - {$page} + {$page_no} {$lang->last_page} diff --git a/widgets/newest_document/newest_document.class.php b/widgets/newest_document/newest_document.class.php index a11f657e9..7668f8cc6 100644 --- a/widgets/newest_document/newest_document.class.php +++ b/widgets/newest_document/newest_document.class.php @@ -15,6 +15,7 @@ * 결과를 만든후 print가 아니라 return 해주어야 한다 **/ function proc($args) { +return; // 대상 모듈 (mid_list는 기존 위젯의 호환을 위해서 처리하는 루틴을 유지. module_srls로 위젯에서 변경) $oModuleModel = &getModel('module'); if($args->mid_list) {