Changeset 12407


Ignore:
Timestamp:
2007/05/09 17:35:45 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12395 r12407  
    189189        } 
    190190 
    191         if ($_POST["mode"] == "deliv_addr") { 
     191        if ($_POST["mode"] == "deliv") { 
    192192             
    193193             
     
    209209            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(´°Î»¥Ú¡¼¥¸)'; 
    210210 
    211             sfMobileSetExtSessionId('id', $objPage->uniqid, 'regist/index.php'); 
     211            /*sfMobileSetExtSessionId('id', $objPage->uniqid, 'regist/index.php'); 
    212212 
    213213            //¡¡²¾ÅÐÏ¿´°Î»¥á¡¼¥ëÁ÷¿® 
     
    235235            $objMail->setTo($_POST["email"], $name); 
    236236            $objMail->sendMail(); 
    237  
     237*/ 
    238238            // ´°Î»¥Ú¡¼¥¸¤Ë°ÜÆ°¤µ¤»¤ë¡£ 
    239239            header("Location:" . gfAddSessionId("./complete.php")); 
Note: See TracChangeset for help on using the changeset viewer.