Ignore:
Timestamp:
2006/10/25 15:59:58 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6682 r6683  
    5858foreach($objCartSess->getCartList() as $key => $val){ 
    5959    if($val['quantity'] == 0){ 
     60        // Çä¤êÀڤ쾦Éʤò¥«¡¼¥È¤«¤éºï½ü¤¹¤ë 
     61        $objCartSess->delProduct($val['cart_no']); 
    6062        sfDispSiteError(SOLD_OUT, "", true); 
    6163    } 
Note: See TracChangeset for help on using the changeset viewer.