english comments added

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-06 16:48:06 +00:00
parent 693e215bc1
commit 4d272994dd
219 changed files with 6407 additions and 8705 deletions

View file

@ -2,22 +2,22 @@
/**
* @class rssController
* @author NHN (developers@xpressengine.com)
* @brief rss module의 controller class
* @brief rss module of the controller class
*
* Feed 문서 출력
* Feed the document output
*
**/
class rssController extends rss {
/**
* @brief 초기화
* @brief Initialization
**/
function init() {
}
/**
* @brief RSS 사용 유무를 체크하여 rss url 추가
* @brief Check whether to use RSS rss url by adding
**/
function triggerRssUrlInsert() {
$oModuleModel = &getModel('module');
@ -31,8 +31,7 @@
}
if(!$current_module_srl) return new Object();
// 선택된 모듈의 rss설정을 가져옴
// Imported rss settings of the selected module
$oRssModel = &getModel('rss');
$rss_config = $oRssModel->getRssModuleConfig($current_module_srl);