Ignore:
Timestamp:
2014/06/03 15:20:54 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/entry/LC_Page_Entry.php

    r23503 r23506  
    247247        $objMail = new SC_SendMail_Ex(); 
    248248        $objMail->setItem( 
    249             ''                    // 宛先 
    250             , $subject              // サブジェクト 
    251             , $toCustomerMail       // 本文 
    252             , $CONF['email03']      // 配送元アドレス 
    253             , $CONF['shop_name']    // 配送元 名前 
    254             , $CONF['email03']      // reply_to 
    255             , $CONF['email04']      // return_path 
    256             , $CONF['email04']      // Errors_to 
    257             , $CONF['email01']      // Bcc 
     249            '',                     // 宛先 
     250            $subject,               // サブジェクト 
     251            $toCustomerMail,        // 本文 
     252            $CONF['email03'],       // 配送元アドレス 
     253            $CONF['shop_name'],     // 配送元 名前 
     254            $CONF['email03'],       // reply_to 
     255            $CONF['email04'],       // return_path 
     256            $CONF['email04'],       // Errors_to 
     257            $CONF['email01']        // Bcc 
    258258        ); 
    259259        // 宛先の設定 
Note: See TracChangeset for help on using the changeset viewer.