From 2583f3a46ee5010cda3be7a71ccd580b0b86e507 Mon Sep 17 00:00:00 2001 From: haneul Date: Thu, 3 Jul 2008 04:37:35 +0000 Subject: [PATCH] =?UTF-8?q?info=20=EC=88=98=EC=A0=95,=20ReleaseNote=20?= =?UTF-8?q?=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@4338 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/tccommentnotify/ReleaseNote | 1 + modules/tccommentnotify/conf/info.xml | 4 ++-- modules/tccommentnotify/tccommentnotify.controller.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/tccommentnotify/ReleaseNote b/modules/tccommentnotify/ReleaseNote index 8d9fab0a6..c82be839d 100644 --- a/modules/tccommentnotify/ReleaseNote +++ b/modules/tccommentnotify/ReleaseNote @@ -1,3 +1,4 @@ +2008.06.26 v0.2.0 본문에 대한 댓글알림 추가- 기본패키지에 추가 2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정 2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정 2008.06.17 v0.1.1 tag strip안되는 문제 수정 diff --git a/modules/tccommentnotify/conf/info.xml b/modules/tccommentnotify/conf/info.xml index baace56ac..50fab0a13 100644 --- a/modules/tccommentnotify/conf/info.xml +++ b/modules/tccommentnotify/conf/info.xml @@ -4,8 +4,8 @@ Comment Notifier haneul - haneul + haneul 댓글알리미 모듈입니다. - Comment Notifier will tell you when there's a new comment + Comment Notifier will tell you when there's a new comment diff --git a/modules/tccommentnotify/tccommentnotify.controller.php b/modules/tccommentnotify/tccommentnotify.controller.php index 9013866a6..dd6c47f39 100644 --- a/modules/tccommentnotify/tccommentnotify.controller.php +++ b/modules/tccommentnotify/tccommentnotify.controller.php @@ -257,7 +257,7 @@ $oReq->addPostData('r2_body', strip_tags($oChild->get('content'))); - $oReq->sendRequest(true); + $oReq->sendRequest(false); $code = $oReq->getResponseCode(); return $code; }