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

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

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

Legend:

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

    r21444 r21446  
    5757        $this->arrSex = $masterData->getMasterData("mtb_sex"); 
    5858        $this->arrPageRows = $masterData->getMasterData("mtb_page_max"); 
    59         $this->arrHtmlmail = array( "" => "両方",  1 => 'HTML', 2 => 'TEXT'); 
     59        $this->arrHtmlmail = array("" => "両方",  1 => 'HTML', 2 => 'TEXT'); 
    6060        $this->arrMailType = $masterData->getMasterData("mtb_mail_type"); 
    6161 
     
    263263        $searchmailtype = $objFormParam->getValue('search_mail_type'); 
    264264        if($searchmailtype==2||$searchmailtype==4)$emailtype="email_mobile"; 
    265         if (is_array( $arrSendCustomer)) { 
     265        if (is_array($arrSendCustomer)) { 
    266266            foreach ($arrSendCustomer as $line) { 
    267267                $dtb_send_customer = array(); 
Note: See TracChangeset for help on using the changeset viewer.