From b715890b767c60087688f7aa1c6a3ca8859d4cb8 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 5 Aug 2009 07:21:51 +0000 Subject: [PATCH] =?UTF-8?q?r6723=EC=97=90=EC=84=9C=20=EB=88=84=EB=9D=BD?= =?UTF-8?q?=EB=90=9C=20=EB=8C=93=EA=B8=80/=20=EA=B2=8C=EC=8B=9C=EA=B8=80?= =?UTF-8?q?=20=EC=95=8C=EB=A6=BC=20=EB=A9=94=EC=9D=BC=EC=97=90=EB=8F=84=20?= =?UTF-8?q?=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EB=90=9C=20URL=EC=9D=B4=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=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@6724 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.item.php | 2 +- modules/document/document.item.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.item.php b/modules/comment/comment.item.php index 9cc124986..92586beee 100644 --- a/modules/comment/comment.item.php +++ b/modules/comment/comment.item.php @@ -116,7 +116,7 @@ // 변수 정리 if($type) $title = "[".$type."] "; $title .= cut_str(strip_tags($content), 30, '...'); - $content = sprintf('%s

from : %s',$content, $oDocument->getPermanentUrl(), $this->get('comment_srl'), $oDocument->getPermanentUrl()); + $content = sprintf('%s

from : %s',$content, getFullUrl('','document_srl',$this->get('document_srl')), $this->get('comment_srl'), getFullUrl('','document_srl',$this->get('document_srl'))); $receiver_srl = $this->get('member_srl'); $sender_member_srl = $logged_info->member_srl; diff --git a/modules/document/document.item.php b/modules/document/document.item.php index b2ba0076c..ab7855393 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -165,7 +165,7 @@ // 변수 정리 if($type) $title = "[".$type."] "; $title .= cut_str(strip_tags($content), 10, '...'); - $content = sprintf('%s

from : %s',$content, $this->getPermanentUrl(), $this->getPermanentUrl()); + $content = sprintf('%s

from : %s',$content, getFullUrl('','document_srl',$this->document_srl), getFullUrl('','document_srl',$this->document_srl)); $receiver_srl = $this->get('member_srl'); $sender_member_srl = $logged_info->member_srl;