Ignore:
Timestamp:
2012/03/06 22:37:30 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/rss/LC_Page_Rss.php

    r21594 r21596  
    5858        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    5959        $objPlugin->doAction('lc_page_rss_action_start', array($this)); 
    60          
     60 
    6161        $objQuery = SC_Query_Ex::getSingletonInstance(); 
    6262        $objView = new SC_SiteView_Ex(false); 
     
    8686        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    8787        $objPlugin->doAction('lc_page_rss_action_end', array($this)); 
    88          
     88 
    8989        //画面表示 
    9090        $objView->display($this->tpl_mainpage, true); 
Note: See TracChangeset for help on using the changeset viewer.