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

* empty log message *

File:
1 edited

Legend:

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

    r6680 r6681  
    5757sfprintr($objCartSess->getCartList()); 
    5858foreach($objCartSess->getCartList() as $key => $val){ 
    59     if($val['quantity'] === 0){ 
     59    if($val['quantity'] == 0){ 
    6060        sfprintr("error"); 
    6161    } 
Note: See TracChangeset for help on using the changeset viewer.