Ignore:
Timestamp:
2007/05/31 21:31:16 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13981 r13994  
    17241724    // ¥á¡¼¥ëËÜʸ¤Î¼èÆÀ 
    17251725    $objMailView->assignobj($objPage); 
    1726     $body = $objMailView->fetch($arrMAILTPLPATH[$template_id]); 
    1727      
     1726     
     1727     
     1728    if($arrRet[0]['send_type']==1){ 
     1729       $body = $objMailView->fetch($arrMAILTPLPATH[1]); 
     1730    }else{ 
     1731       $body = $objMailView->fetch($arrMAILTPLPATH[0]);  
     1732    } 
    17281733     
    17291734    // ¥á¡¼¥ëÁ÷¿®½èÍý 
Note: See TracChangeset for help on using the changeset viewer.