Ignore:
Timestamp:
2012/03/26 21:44:52 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Mail.php

    r21527 r21684  
    408408        // 現在の配信数 
    409409        $complete_count = $arrMail['complete_count']; 
    410         if(SC_Utils_Ex::isBlank($arrMail)) $complete_count = 0; 
     410        if (SC_Utils_Ex::isBlank($arrMail)) { 
     411            $complete_count = 0; 
     412        } 
    411413 
    412414        foreach ($arrDestinationList as $arrDestination) { 
Note: See TracChangeset for help on using the changeset viewer.