info 수정, ReleaseNote 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4338 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-07-03 04:37:35 +00:00
parent 83ad486048
commit 2583f3a46e
3 changed files with 4 additions and 3 deletions

View file

@ -257,7 +257,7 @@
$oReq->addPostData('r2_body', strip_tags($oChild->get('content')));
$oReq->sendRequest(true);
$oReq->sendRequest(false);
$code = $oReq->getResponseCode();
return $code;
}