rss.admin.view.php 파일 인코딩 euc-kr에서 UTF-8로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6957 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-11-22 11:12:42 +00:00
parent 624e734eea
commit 0bd0cc3966

View file

@ -1,22 +1,22 @@
<?php <?php
/** /**
* @class rssAdminView * @class rssAdminView
* @author misol (misol221@paran.com) * @author misol (misol@korea.ac.kr)
* @brief rss 모듈의 admin view class * @brief rss 모듈의 admin view class
**/ **/
class rssAdminView extends rss { class rssAdminView extends rss {
/** /**
* @brief 초기화 * @brief 초기화
**/ **/
function init() { function init() {
// 템플릿 경로 지정 // 템플릿 경로 지정
$this->setTemplatePath($this->module_path.'tpl'); $this->setTemplatePath($this->module_path.'tpl');
} }
/** /**
* @brief 관리자 페이지 초기화면 * @brief 관리자 페이지 초기화면
**/ **/
function dispRssAdminIndex() { function dispRssAdminIndex() {
$oModuleModel = &getModel('module'); $oModuleModel = &getModel('module');