Changeset 16634
- Timestamp:
- 2007/10/31 10:22:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php
r16613 r16634 279 279 280 280 // 会員情報登録処理 281 if ($this->objCustomer->isLoginSuccess( )) {281 if ($this->objCustomer->isLoginSuccess(true)) { 282 282 // 新お届け先の登録 283 283 $this->lfSetNewAddr($uniqid, $this->objCustomer->getValue('customer_id'));
Note: See TracChangeset
for help on using the changeset viewer.