Changeset 12677


Ignore:
Timestamp:
2007/05/13 23:43:19 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12676 r12677  
    6969    switch ($_POST['mode']) { 
    7070    case 'confirm': 
    71         $objFormParam->setParam($_POST); 
    7271        $_POST['mode'] = 'payment'; 
    7372        break; 
    7473    default: 
    75         $objFormParam->setParam($_POST); 
    7674        // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7775        $objSiteSess->setRegistFlag(); 
     
    8482// »Ùʧ¤¤ÊýË¡»ØÄê ¢ª ÇÛãÆü»þ»ØÄê 
    8583case 'deliv_date': 
    86     $objFormParam->setParam($_POST); 
    8784    // ÆþÎÏÃͤÎÊÑ´¹ 
    8885    $objFormParam->convParam(); 
     
    10198    break; 
    10299case 'confirm': 
    103     $objFormParam->setParam($_POST); 
    104100    // ÆþÎÏÃͤÎÊÑ´¹ 
    105101    $objFormParam->convParam(); 
Note: See TracChangeset for help on using the changeset viewer.