Changeset 6680 for temp


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

* empty log message *

File:
1 edited

Legend:

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

    r6679 r6680  
    5656 
    5757sfprintr($objCartSess->getCartList()); 
    58  
     58foreach($objCartSess->getCartList() as $key => $val){ 
     59    if($val['quantity'] === 0){ 
     60        sfprintr("error"); 
     61    } 
     62} 
    5963 
    6064switch($_POST['mode']) { 
Note: See TracChangeset for help on using the changeset viewer.