Ignore:
Timestamp:
2012/02/06 21:27:04 (12 years ago)
Author:
Seasoft
Message:

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

  • 無意味なスペースを削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Mail.php

    r21441 r21444  
    171171 
    172172            $this->tpl_subject = $objFormParam->getValue('subject'); 
    173             $this->tpl_body = mb_convert_encoding( $objSendMail->body, CHAR_CODE, 'auto' ); 
     173            $this->tpl_body = mb_convert_encoding( $objSendMail->body, CHAR_CODE, 'auto'); 
    174174            $this->tpl_to = $objSendMail->tpl_to; 
    175175            $this->tpl_mainpage = 'order/mail_confirm.tpl'; 
     
    189189            $where = "template_id = ?"; 
    190190            $mailTemplates = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($objFormParam->getValue('template_id'))); 
    191             if (!is_null($mailTemplates )) { 
     191            if (!is_null($mailTemplates)) { 
    192192                foreach (array('subject','header','footer') as $key) { 
    193193                    $objFormParam->setValue($key,$mailTemplates[$key]); 
Note: See TracChangeset for help on using the changeset viewer.