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/products/LC_Page_Products_CategoryList.php

    r21594 r21596  
    6565        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6666        $objPlugin->doAction('lc_page_products_categorylist_action_start', array($this)); 
    67          
     67 
    6868        // カテゴリIDの正当性チェック 
    6969        $this->lfCheckCategoryId(); 
     
    7575        $this->arrChildren = $arrCategoryData['arrChildren']; 
    7676        $this->tpl_subtitle = $this->arrCategory['category_name']; 
    77          
     77 
    7878        // フックポイント. 
    7979        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.