Changeset 12468


Ignore:
Timestamp:
2007/05/10 17:04:44 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12459 r12468  
    192192        if ($_POST["mode"] == "deliv") { 
    193193             
     194            $objFormParam = new SC_FormParam(); 
     195            // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
     196            lfInitParam(); 
     197            // POSTÃͤμèÆÀ 
     198            $objFormParam->setParam($_POST); 
     199             
     200            // ÆþÎÏÃͤμèÆÀ 
     201            $objPage->arrForm = $objFormParam->getFormParamList(); 
     202            $objPage->arrErr = $arrErr; 
     203 
    194204             
    195205            $objPage->tpl_mainpage = 'shopping/deliv.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.