Changeset 7678 for temp/trunk/html


Ignore:
Timestamp:
2006/11/07 20:14:42 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/shopping
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/confirm.php

    r7675 r7678  
    8787        $arrData["order_id"] = $order_id; 
    8888    } 
     89    sfprintr($_SESSION); 
     90 
    8991 
    9092    // ½¸·×·ë²Ì¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤ËÈ¿±Ç 
  • temp/trunk/html/shopping/load_payment_module.php

    r7677 r7678  
    66 */ 
    77require_once("../require.php"); 
     8sfprintr($_SESSION); 
    89 
    910$objSiteSess = new SC_SiteSession(); 
     
    1819 
    1920$payment_id = $_SESSION["payment_id"]; 
    20  
    21 sfprintr($_SESSION); 
    2221 
    2322// »Ùʧ¤¤ID¤¬Ìµ¤¤¾ì¹ç¤Ë¤Ï¥¨¥é¡¼ 
Note: See TracChangeset for help on using the changeset viewer.