Ignore:
Timestamp:
2008/03/11 20:59:00 (18 years ago)
Author:
adachi
Message:

Do楽SNS連携モジュールのための修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r16582 r17125  
    159159                //セッション情報を最新の状態に更新する 
    160160                $this->objCustomer->updateSession(); 
     161 
     162                // Do楽SNS連携モジュールユーザ情報更新処理 
     163                if (function_exists('sfUpdateSourakuSNSUserInfo')) { 
     164                    sfUpdateSourakuSNSUserInfo(); 
     165                } 
     166 
    161167                //完了ページへ 
    162168                $this->sendRedirect($this->getLocation("./change_complete.php")); 
Note: See TracChangeset for help on using the changeset viewer.