Ignore:
Timestamp:
2011/03/09 14:31:45 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • TAB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php

    r20538 r20562  
    7373            if ($this->arrErr) SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, "", true, $this->arrErr['id']); 
    7474 
    75             $registSecretKey    = $this->lfRegistData($_GET);       //本会員登録(フラグ変更) 
    76             $this->lfSendRegistMail($registSecretKey);              //本会員登録完了メール送信 
     75            $registSecretKey    = $this->lfRegistData($_GET);   //本会員登録(フラグ変更) 
     76            $this->lfSendRegistMail($registSecretKey);          //本会員登録完了メール送信 
    7777 
    7878            SC_Response_Ex::sendRedirect('complete.php', array('ci' => SC_Helper_Customer_Ex::sfGetCustomerId($registSecretKey))); 
Note: See TracChangeset for help on using the changeset viewer.