중복되게 된 명령 삭제, 안쓰게된 파일 삭제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6645 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-22 11:40:06 +00:00
parent e6af9efc0d
commit 26197553e9
2 changed files with 0 additions and 9 deletions

View file

@ -199,10 +199,6 @@
* @brief 에러 출력
**/
function dispError() {
// 결과 출력을 XMLRPC로 강제 지정
Context::setResponseMethod("XMLRPC");
// 출력 메세지 작성
$this->rss(null, null, Context::getLang('msg_rss_is_disabled') );
}

View file

@ -1,5 +0,0 @@
{'<?xml version="1.0" encoding="UTF-8" ?>'}
<response>
<error>{$error}</error>
<message><![CDATA[{$message}]]></message>
</response>