Changeset 7679 for temp/trunk/html


Ignore:
Timestamp:
2006/11/07 20:18:08 (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

    r7678 r7679  
    4242$arrInfo = $objSiteInfo->data; 
    4343$objQuery = new SC_Query(); 
     44 
     45    sfprintr($_SESSION); 
     46 
    4447 
    4548// Á°¤Î¥Ú¡¼¥¸¤ÇÀµ¤·¤¯ÅÐÏ¿¼ê³¤­¤¬¹Ô¤ï¤ì¤¿µ­Ï¿¤¬¤¢¤ë¤«È½Äê 
     
    8790        $arrData["order_id"] = $order_id; 
    8891    } 
    89     sfprintr($_SESSION); 
    90  
    91  
     92     
    9293    // ½¸·×·ë²Ì¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤ËÈ¿±Ç 
    9394    sfRegistTempOrder($uniqid, $arrData); 
  • temp/trunk/html/shopping/load_payment_module.php

    r7678 r7679  
    66 */ 
    77require_once("../require.php"); 
    8 sfprintr($_SESSION); 
    98 
    109$objSiteSess = new SC_SiteSession(); 
Note: See TracChangeset for help on using the changeset viewer.