Ignore:
Timestamp:
2007/09/28 22:42:56 (17 years ago)
Author:
nanasess
Message:

モバイル対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/mobile/mypage/index.php

    r15532 r16170  
    11<?php 
    22/** 
    3  *  
     3 * 
    44 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    55 * 
    66 * http://www.lockon.co.jp/ 
    7  *  
     7 * 
    88 * 
    99 * MyPage 
     
    3434 
    3535// レイアウトデザインを取得 
    36 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
     36//$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    3737 
    3838// 携帯端末IDが一致する会員が存在するかどうかをチェックする。 
     
    4444    $arrErr = $objFormParam->checkError(); 
    4545    $arrForm =  $objFormParam->getHashArray(); 
    46      
     46 
    4747    // クッキー保存判定 
    4848    if ($arrForm['login_memory'] == "1" && $arrForm['login_email'] != "") { 
     
    6363            // 携帯のメールアドレスが登録されていない場合 
    6464            if (!$objCustomer->hasValue('email_mobile')) { 
    65                 header('Location: ' . gfAddSessionId('../entry/email_mobile.php')); 
     65                header('Location: ' . SC_Helper_DB_Ex::gfAddSessionId('../entry/email_mobile.php')); 
    6666                exit; 
    6767            } 
     
    7272 
    7373            if($ret > 0) { 
    74                 sfDispSiteError(TEMP_LOGIN_ERROR, "", false, "", true); 
     74                SC_Utils_Ex::sfDispSiteError(TEMP_LOGIN_ERROR, "", false, "", true); 
    7575            } else { 
    76                 sfDispSiteError(SITE_LOGIN_ERROR, "", false, "", true); 
     76                SC_Utils_Ex::sfDispSiteError(SITE_LOGIN_ERROR, "", false, "", true); 
    7777            } 
    7878        } 
Note: See TracChangeset for help on using the changeset viewer.