Changeset 6674


Ignore:
Timestamp:
2006/10/25 14:47:33 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CartSession.php

    r6669 r6674  
    5353            } 
    5454        } 
     55        sfprintr($this->key); 
     56        sfprintr($this->key_tmp); 
    5557        sfprintr($_SESSION[$this->key]); 
    5658        sfprintr($_SESSION[$this->key_tmp]); 
  • temp/trunk/data/lib/slib.php

    r6673 r6674  
    315315    if($ret == true || !($quantity > 0)) { 
    316316        // ¥«¡¼¥È¾ðÊóɽ¼¨¤Ë¶¯À©°Üư¤¹¤ë 
    317         //header("Location: ".URL_CART_TOP); 
     317        header("Location: ".URL_CART_TOP); 
    318318        exit; 
    319319    } 
  • temp/trunk/html/shopping/payment.php

    r6669 r6674  
    4141 
    4242// ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ­¤ò¥Á¥§¥Ã¥¯ 
     43sfprintr($_SESSION); 
     44exit(); 
    4345$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 
    4446// ¥æ¥Ë¡¼¥¯ID¤ò°ú¤­·Ñ¤° 
Note: See TracChangeset for help on using the changeset viewer.