Changeset 7803 for temp


Ignore:
Timestamp:
2006/11/08 17:14:41 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r7802 r7803  
    5050 
    5151// trans_code¤ËÃͤ¬¤¢¤ê³î¤Ä¡¢Àµ¾ï½ªÎ»¤Î¤È¤­¤Ï¥ª¡¼¥À¡¼³Îǧ¤ò¹Ô¤¦¡£ 
    52 if($_GET["result"] == "1"){ 
     52if($_GET["trans_code"] != ""){ 
    5353     
    5454    // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
     
    6969    // ´°Î»²èÌ̤ؠ
    7070    header("Location: " .  URL_SHOP_COMPLETE); 
    71 } 
    72  
    73 if(count($_GET) > 0){ 
    74     sfprintr($_GET); 
    75     exit(); 
    7671} 
    7772 
Note: See TracChangeset for help on using the changeset viewer.