Changeset 14762


Ignore:
Timestamp:
2007/06/18 16:35:44 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14760 r14762  
    7070        header("Location: " . gfAddSessionId('index.php')); 
    7171        exit; 
     72 
    7273    } 
    7374} 
     
    113114    case 'complete': 
    114115        $objPage->arrErr = lfErrorCheck($objPage->arrForm); 
    115         print("test");exit; 
    116         if (count($objPage->arrErr) == 0) { 
     116        if (count($objPage->arrErr) == 0) { 
    117117            // ÅÐÏ¿ 
    118118            $other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid); 
Note: See TracChangeset for help on using the changeset viewer.