Ignore:
Timestamp:
2007/08/30 17:38:25 (17 years ago)
Author:
naka
Message:

受注メールのバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/conf/conf.php

    r15284 r15482  
    190190 */ 
    191191/* ¥·¥¹¥Æ¥à´ØÏ¢ */ 
    192 define ('DEBUG_MODE', false);                          // ¥Ç¥Ð¥Ã¥°¥â¡¼¥É(true¡§sfPrintR¤äDB¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë¡¢false¡§½ÐÎϤ·¤Ê¤¤) 
     192define ('DEBUG_MODE', true);                          // ¥Ç¥Ð¥Ã¥°¥â¡¼¥É(true¡§sfPrintR¤äDB¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë¡¢false¡§½ÐÎϤ·¤Ê¤¤) 
    193193define ("ADMIN_ID", "1");                               // ´ÉÍý¥æ¡¼¥¶ID(¥á¥ó¥Æ¥Ê¥ó¥¹ÍÑɽ¼¨¤µ¤ì¤Ê¤¤¡£) 
    194194define ("CUSTOMER_CONFIRM_MAIL", false);                // ²ñ°÷ÅÐÏ¿»þ¤Ë²¾²ñ°÷³Îǧ¥á¡¼¥ë¤òÁ÷¿®¤¹¤ë¤«¡Êtrue:²¾²ñ°÷¡¢false:Ëܲñ°÷¡Ë 
     
    600600// ³Æ¥Æ¥ó¥×¥ì¡¼¥È¤Î¥Ñ¥¹ 
    601601$arrMAILTPLPATH = array( 
    602     0 => "mail_templates/order_mail.tpl", 
    603     1 => "mobile/mail_templates/order_mail.tpl" 
     602    1 => "mail_templates/order_mail.tpl", 
     603    2 => "mobile/mail_templates/order_mail.tpl" 
    604604); 
    605605 
Note: See TracChangeset for help on using the changeset viewer.