Changeset 16972 for branches/beta/html/mobile/entry/index.php
- Timestamp:
- 2008/01/11 12:54:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/mobile/entry/index.php
r15093 r16972 263 263 // ²¾²ñ°÷¤¬Í¸ú¤Î¾ì¹ç 264 264 if(CUSTOMER_CONFIRM_MAIL == true) { 265 // ¥á¡¼¥ë¥Æ¥ó¥×¥ìÀßÄê 265 266 $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³Îǧ'); 266 267 $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl"); 268 // ²¾²ñ°÷¤¬Ìµ¸ú¤Î¾ì¹ç 267 269 } else { 270 // ¥á¡¼¥ë¥Æ¥ó¥×¥ìÀßÄê 268 271 $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´´°Î»'); 269 272 $toCustomerMail = $objMailText->fetch("mail_templates/customer_regist_mail.tpl"); 273 // ²ñ°÷ÅÐÏ¿¥Ý¥¤¥ó¥ÈÉÕÍ¿ 274 sfSetWelcomePoint($objPage->uniqid, $CONF); 270 275 // ¥í¥°¥¤¥ó¾õÂ֤ˤ¹¤ë 271 276 $objCustomer->setLogin($_POST["email"]);
Note: See TracChangeset
for help on using the changeset viewer.