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/regist/LC_Page_Regist.php

    r23124 r23506  
    158158 
    159159        $objMail->setItem( 
    160                               ''                                // 宛先 
    161                             , $subject                  // サブジェクト 
    162                             , $toCustomerMail           // 本文 
    163                             , $CONF['email03']          // 配送元アドレス 
    164                             , $CONF['shop_name']        // 配送元 名前 
    165                             , $CONF['email03']          // reply_to 
    166                             , $CONF['email04']          // return_path 
    167                             , $CONF['email04']          // Errors_to 
     160                            '',                         // 宛先 
     161                            $subject,                   // サブジェクト 
     162                            $toCustomerMail,            // 本文 
     163                            $CONF['email03'],           // 配送元アドレス 
     164                            $CONF['shop_name'],         // 配送元 名前 
     165                            $CONF['email03'],           // reply_to 
     166                            $CONF['email04'],           // return_path 
     167                            $CONF['email04']            // Errors_to 
    168168        ); 
    169169        // 宛先の設定 
Note: See TracChangeset for help on using the changeset viewer.