Ignore:
Timestamp:
2012/02/11 04:20:07 (15 years ago)
Author:
Seasoft
Message:

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

  • ソース整形(主に制御構造のスペース)
File:
1 edited

Legend:

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

    r21442 r21479  
    332332     * @todo   表示順も引数で変更できるように 
    333333     */ 
    334     function sfGetMailmagaTemplate($template_id = null){ 
     334    function sfGetMailmagaTemplate($template_id = null) { 
    335335        // 初期化 
    336336        $where = ''; 
     
    358358     * @return array 送信履歴情報を格納した配列 
    359359     */ 
    360     function sfGetSendHistory($send_id = null){ 
     360    function sfGetSendHistory($send_id = null) { 
    361361        // 初期化 
    362362        $where = ''; 
Note: See TracChangeset for help on using the changeset viewer.