Changeset 20131 for branches/version-2_5-dev/data
- Timestamp:
- 2011/02/10 15:39:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php
r20116 r20131 74 74 75 75 if (empty($this->arrErr)) { 76 $this->lfRegistEmailMobile(strtolower($objFormParam->getValue('email_mobile')), 77 $objCustomer->getValue('customer_id')); 76 $email_mobile = $this->lfRegistEmailMobile(strtolower($objFormParam->getValue('email_mobile')), 77 $objCustomer->getValue('customer_id')); 78 79 $objCustomer->setValue('email_mobile', $email_mobile); 78 80 $this->tpl_mainpage = 'entry/email_mobile_complete.tpl'; 79 81 $this->tpl_title = '携帯メール登録完了'; … … 140 142 'customer_id = ?', array($customer_id)); 141 143 142 $objCustomer->setValue('email_mobile', $email_mobile);144 return $email_mobile; 143 145 } 144 146 }
Note: See TracChangeset
for help on using the changeset viewer.
