Changeset 2315 for temp/trunk


Ignore:
Timestamp:
2006/08/28 16:03:36 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/cart/index.php

    r2314 r2315  
    8787$objPage = sfTotalCart($objPage, $objCartSess, $arrInfo); 
    8888$objPage->arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo, $objCustomer); 
     89 
     90sfprintr($objPage->arrData); 
     91 
    8992$objPage->arrInfo = $arrInfo; 
    9093 
     
    9497    $objPage->tpl_user_point = $objCustomer->getValue('point'); 
    9598    $objPage->tpl_name = $objCustomer->getValue('name01'); 
    96 }  
     99} 
    97100 
    98101// Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û¤ò·×»» 
Note: See TracChangeset for help on using the changeset viewer.