Ignore:
Timestamp:
2008/01/11 12:54:22 (15 years ago)
Author:
satou
Message:

#160 会員登録時付与ポイントが反映されない不具合を改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/mobile/entry/index.php

    r15093 r16972  
    263263            // ²¾²ñ°÷¤¬Í­¸ú¤Î¾ì¹ç 
    264264            if(CUSTOMER_CONFIRM_MAIL == true) { 
     265                // ¥á¡¼¥ë¥Æ¥ó¥×¥ìÀßÄê 
    265266                $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³Îǧ'); 
    266267                $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl"); 
     268            // ²¾²ñ°÷¤¬Ìµ¸ú¤Î¾ì¹ç 
    267269            } else { 
     270                // ¥á¡¼¥ë¥Æ¥ó¥×¥ìÀßÄê 
    268271                $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´´°Î»'); 
    269272                $toCustomerMail = $objMailText->fetch("mail_templates/customer_regist_mail.tpl"); 
     273                // ²ñ°÷ÅÐÏ¿¥Ý¥¤¥ó¥ÈÉÕÍ¿ 
     274                sfSetWelcomePoint($objPage->uniqid, $CONF); 
    270275                // ¥í¥°¥¤¥ó¾õÂ֤ˤ¹¤ë 
    271276                $objCustomer->setLogin($_POST["email"]); 
Note: See TracChangeset for help on using the changeset viewer.