Changeset 12663 for branches/dev


Ignore:
Timestamp:
2007/05/13 16:06:01 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12661 r12663  
    248248    } 
    249249     
    250     print($objPage->arrForm['year']); 
    251      
    252  
    253      
    254250    //$objPage->arrForm['email'] = strtolower($objPage->arrForm['email']);        // email¤Ï¤¹¤Ù¤Æ¾®Ê¸»ú¤Ç½èÍý 
    255251     
     
    331327                $objPage->addr01 = @$address[0]['city'] . @$address[0]['town']; 
    332328            } 
    333         }/*elseif ($_POST["mode"] == "deliv") { 
    334             //¥Ñ¥¹¥ï¡¼¥Éɽ¼¨ 
    335              
    336             //¥á¡¼¥ë¼õ¤±¼è¤ê 
    337 //            if (strtolower($objPage->arrForm['mail_flag']) == "on") { 
    338 //                $objPage->arrForm['mail_flag']  = "2"; 
    339 //            } else { 
    340 //                $objPage->arrForm['mail_flag']  = "3"; 
    341 //            } 
    342  
    343             $objPage->tpl_mainpage = 'shopping/deliv.tpl'; 
    344             $objPage->tpl_title = '¤ªµÒÍ;ðÊó(³Îǧ¥Ú¡¼¥¸)'; 
    345  
    346         }*/ 
     329        } 
    347330 
    348331        //-- ¥Ç¡¼¥¿ÀßÄê 
     
    388371             
    389372            lfCopyDeliv($objPage->tpl_uniqid, $_POST); 
    390             print_r($objPage->tpl_uniqid); 
     373            print_r($objPage); 
    391374           $objPage->arrAddr[0]['zip01'] = $objPage->zip01; 
    392375           $objPage->arrAddr[0]['zip02'] = $objPage->zip02; 
Note: See TracChangeset for help on using the changeset viewer.