Changeset 13456


Ignore:
Timestamp:
2007/05/25 17:01:50 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/lib/slib.php

    r13455 r13456  
    16731673        // ¥á¡¼¥ë¥Æ¥ó¥×¥ì¡¼¥È¾ðÊó¤Î¼èÆÀ 
    16741674        $where = "template_id = ?"; 
    1675         $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array('$template_id')); 
     1675        $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($template_id)); 
    16761676        $objPage->tpl_header = $arrRet[0]['header']; 
    16771677        $objPage->tpl_footer = $arrRet[0]['footer']; 
Note: See TracChangeset for help on using the changeset viewer.