mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
info 수정, ReleaseNote 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4338 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83ad486048
commit
2583f3a46e
3 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
2008.06.26 v0.2.0 본문에 대한 댓글알림 추가- 기본패키지에 추가
|
||||||
2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정
|
2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정
|
||||||
2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정
|
2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정
|
||||||
2008.06.17 v0.1.1 tag strip안되는 문제 수정
|
2008.06.17 v0.1.1 tag strip안되는 문제 수정
|
||||||
|
|
|
||||||
|
|
@ -257,7 +257,7 @@
|
||||||
|
|
||||||
$oReq->addPostData('r2_body', strip_tags($oChild->get('content')));
|
$oReq->addPostData('r2_body', strip_tags($oChild->get('content')));
|
||||||
|
|
||||||
$oReq->sendRequest(true);
|
$oReq->sendRequest(false);
|
||||||
$code = $oReq->getResponseCode();
|
$code = $oReq->getResponseCode();
|
||||||
return $code;
|
return $code;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue