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/mypage/LC_Page_Mypage_Change.php

    r21594 r21596  
    7979        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    8080        $objPlugin->doAction('lc_page_mypage_change_action_start', array($this)); 
    81          
     81 
    8282        $objCustomer = new SC_Customer_Ex(); 
    8383        $customer_id = $objCustomer->getValue('customer_id'); 
     
    118118                    // 会員情報の登録 
    119119                    $this->lfRegistCustomerData($objFormParam, $customer_id); 
    120                      
     120 
    121121                    // フックポイント. 
    122122                    $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.