Changeset 21751


Ignore:
Timestamp:
2012/04/17 11:19:50 (12 years ago)
Author:
shutta
Message:

#1613 typo修正・ソース整形・ソースコメントの改善
インデントのズレを修正。

File:
1 edited

Legend:

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

    r21703 r21751  
    262262        // メール送信 
    263263        $result = $this->objMail->send($recip, $header, $this->body); 
    264             if (PEAR::isError($result)) { 
    265                 GC_Utils_Ex::gfPrintLog($result->getMessage()); 
    266                 GC_Utils_Ex::gfDebugLog($header); 
    267                 return false; 
    268             } 
     264        if (PEAR::isError($result)) { 
     265            GC_Utils_Ex::gfPrintLog($result->getMessage()); 
     266            GC_Utils_Ex::gfDebugLog($header); 
     267            return false; 
     268        } 
    269269        return true; 
    270270    } 
Note: See TracChangeset for help on using the changeset viewer.