Ignore:
Timestamp:
2009/07/08 16:39:57 (15 years ago)
Author:
kajiwara
Message:

2.4.1 正式版をコミット。コミット内容詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.1

File:
1 edited

Legend:

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

    r18176 r18177  
    8686            // メールテンプレート情報の取得 
    8787            $where = "template_id = ?"; 
    88             $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array('1')); 
     88            $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($template_id)); 
    8989            $objPage->tpl_header = $arrRet[0]['header']; 
    9090            $objPage->tpl_footer = $arrRet[0]['footer']; 
Note: See TracChangeset for help on using the changeset viewer.