Ignore:
Timestamp:
2007/03/12 11:31:01 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/admin/mail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/inc_mailmagazine.php

    r11632 r11766  
    238238     
    239239    $sql = "SELECT template_id, subject, mail_method FROM dtb_mailmaga_template WHERE del_flg = 0 "; 
    240     if ($_POST["htmlmail"] == 2) { 
     240    if ($_POST["htmlmail"] == 2 || $_POST['mail_type'] == 2) { 
    241241        $sql .= " AND mail_method = 2 ";    //TEXT´õ˾¼Ô¤Ø¤ÎTEST¥á¡¼¥ë¥Æ¥ó¥×¥ì¡¼¥È¥ê¥¹¥È 
    242242    } 
  • branches/dev/html/admin/mail/index.php

    r11763 r11766  
    5454$objQuery = new SC_Query(); 
    5555$objPage->objDate = $objDate; 
    56 $objPage->arrTemplate = getTemplateList($conn); 
     56$objPage->arrTemplate = getTemplarrTemplateateList($conn); 
    5757 
    5858$objSess = new SC_Session(); 
     
    219219 
    220220        //-- HTML¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢HTML¥½¡¼¥¹¤òÀ¸À®¤·¤ÆBODY¤ØÁÞÆþ 
    221         if ( $objPage->list_data["mail_method"] == 3 && $objPage->list_data["mail_type"] == 1) { 
     221        if ( $objPage->list_data["mail_method"] == 3) { 
    222222            $objTemplate = new LC_HTMLtemplate; 
    223223            $objTemplate->list_data = lfGetHtmlTemplateData($_POST['template_id']); 
Note: See TracChangeset for help on using the changeset viewer.