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

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

File:
1 edited

Legend:

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

    r21594 r21596  
    7070        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    7171        $objPlugin->doAction('lc_page_abouts_action_start', array($this)); 
    72          
     72 
    7373        $this->objSiteInfo->data = SC_Helper_DB_Ex::sfGetBasisData(); 
    7474        $this->objSiteInfo->data['pref'] = 
    7575            isset($this->arrPref[$this->objSiteInfo->data['pref']]) 
    7676            ? $this->arrPref[$this->objSiteInfo->data['pref']] : ''; 
    77          
     77 
    7878        // フックポイント. 
    7979        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.