Changeset 16223


Ignore:
Timestamp:
2007/10/01 16:46:45 (16 years ago)
Author:
nanasess
Message:

typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage.php

    r16212 r16223  
    160160                    // 携帯のメールアドレスが登録されていない場合 
    161161                    if (!$objCustomer->hasValue('email_mobile')) { 
    162                         $this->sendRedirect($this->getLocation("../entry/email_mobile.php", array(session_name() =>, session_id()))); 
     162                        $this->sendRedirect($this->getLocation("../entry/email_mobile.php", array(session_name() => session_id()))); 
    163163                        exit; 
    164164                    } 
Note: See TracChangeset for help on using the changeset viewer.