Changeset 12699


Ignore:
Timestamp:
2007/05/14 09:20:54 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/index.php

    r12695 r12699  
    111111 
    112112$objPage->tpl_uniqid = $uniqid; 
    113  
    114 // ¥í¥°¥¤¥ó¥Á¥§¥Ã¥¯ 
    115 if($objCustomer->isLoginSuccess()) { 
    116     // ¤¹¤Ç¤Ë¥í¥°¥¤¥ó¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤ªÆϤ±ÀèÀßÄê²èÌ̤ËžÁ÷ 
    117     header("Location: " . gfAddSessionId('deliv.php')); 
    118     exit; 
    119 } 
    120  
    121 // ·ÈÂÓüËöID¤¬°ìÃפ¹¤ë²ñ°÷¤¬Â¸ºß¤¹¤ë¤«¤É¤¦¤«¤ò¥Á¥§¥Ã¥¯¤¹¤ë¡£ 
    122 $objPage->tpl_valid_phone_id = $objCustomer->checkMobilePhoneId(); 
    123113 
    124114switch($_POST['mode']) { 
     
    296286 
    297287        //-- ¥Ç¡¼¥¿¤ÎÀßÄê 
    298         if ($_POST["mode2"] == "set1") { 
     288        if ($_POST["mode2"] == "set2") { 
    299289            $checkVal = array("email", "name01", "name02", "kana01", "kana02"); 
    300         } elseif ($_POST["mode2"] == "set2") { 
     290        } elseif ($_POST["mode2"] == "set3") { 
    301291            $checkVal = array("sex", "year", "month", "day", "zip01", "zip02"); 
    302292        } else { 
     
    373363           $objPage->arrAddr[0]['addr01'] = $objPage->addr01; 
    374364           $objPage->arrAddr[0]['addr02'] = $objPage->addr02;  
    375            $arrData = $_POST; 
    376365            
    377366            $objPage->tpl_mainpage = 'nonmember/nonmember_deliv.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.