git-svn-id: http://xe-core.googlecode.com/svn/trunk@901 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 09:13:56 +00:00
parent 516af645db
commit 742eebf669
9 changed files with 17 additions and 37 deletions

View file

@ -59,18 +59,5 @@
$this->setTemplateFile('trackback_list');
}
/**
* @brief 메세지 출력
* 메세지를 출력하고 그냥 종료 시켜 버림
**/
function dispMessage($error, $message) {
// 결과 출력을 XMLRPC로 강제 지정
Context::setResponseMethod("XMLRPC");
// 템플릿 지정
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('error');
}
}
?>