Changeset 12664


Ignore:
Timestamp:
2007/05/13 16:26:07 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12663 r12664  
    353353            // POSTÃͤμèÆÀ 
    354354            $objFormParam->setParam($_POST); 
    355              
     355            print_r($_POST); 
    356356            $arrRet = $objFormParam->getHashArray(); 
    357             print_r($arrRet); 
    358357            $sqlval = $objFormParam->getDbArray(); 
    359358             
     
    371370             
    372371            lfCopyDeliv($objPage->tpl_uniqid, $_POST); 
    373             print_r($objPage); 
     372             
    374373           $objPage->arrAddr[0]['zip01'] = $objPage->zip01; 
    375374           $objPage->arrAddr[0]['zip02'] = $objPage->zip02; 
Note: See TracChangeset for help on using the changeset viewer.