Changeset 6674
- Timestamp:
- 2006/10/25 14:47:33 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/class/SC_CartSession.php (modified) (1 diff)
-
data/lib/slib.php (modified) (1 diff)
-
html/shopping/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CartSession.php
r6669 r6674 53 53 } 54 54 } 55 sfprintr($this->key); 56 sfprintr($this->key_tmp); 55 57 sfprintr($_SESSION[$this->key]); 56 58 sfprintr($_SESSION[$this->key_tmp]); -
temp/trunk/data/lib/slib.php
r6673 r6674 315 315 if($ret == true || !($quantity > 0)) { 316 316 // ¥«¡¼¥È¾ðÊóɽ¼¨¤Ë¶¯À©°Üư¤¹¤ë 317 //header("Location: ".URL_CART_TOP);317 header("Location: ".URL_CART_TOP); 318 318 exit; 319 319 } -
temp/trunk/html/shopping/payment.php
r6669 r6674 41 41 42 42 // ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ¤ò¥Á¥§¥Ã¥¯ 43 sfprintr($_SESSION); 44 exit(); 43 45 $uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 44 46 // ¥æ¥Ë¡¼¥¯ID¤ò°ú¤·Ñ¤°
Note: See TracChangeset
for help on using the changeset viewer.
