Changeset 7704 for temp/trunk


Ignore:
Timestamp:
2006/11/07 21:50:09 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/card.php

    r7703 r7704  
    3131if($_GET["result"] == "1"){ 
    3232     
    33     sfprintr($_GET); 
    34     sfprintr($_SESSION); 
    35      
    3633    // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    3734    $objSiteSess->setRegistFlag(); 
    3835     
    39     sfprintr($_SESSION["site"]); 
    40     exit(); 
    41      
    4236    // ´°Î»²èÌ̤ؠ
    43     //header("Location: " . URL_SHOP_COMPLETE); 
     37    header("Location: " . URL_SHOP_COMPLETE); 
    4438     
    4539}elseif($_GET["result"] == "0"){ 
  • temp/trunk/html/shopping/complete.php

    r6954 r7704  
    3030    } 
    3131} 
     32 
     33sfprintr($_SESSION["site"]); 
     34 
    3235 
    3336$conn = new SC_DBConn(); 
Note: See TracChangeset for help on using the changeset viewer.