Changeset 14864 for branches/dev/html


Ignore:
Timestamp:
2007/06/19 08:26:53 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14863 r14864  
    6060sfprintr($_SESSION); 
    6161 
     62if($_SESSION['deliv_info']){ 
     63     
     64    foreach($_SESSION['deliv_info'] as $key => $val){ 
     65        $arrForm[$key] = $val; 
     66    } 
     67     
     68} 
     69 
    6270// Ìá¤ë¥Ü¥¿¥óÍѽèÍý 
    6371if (!empty($_POST["return"])) { 
Note: See TracChangeset for help on using the changeset viewer.