Changeset 6681 for temp/trunk/html/shopping/payment.php
- Timestamp:
- 2006/10/25 15:45:09 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/payment.php
r6680 r6681 57 57 sfprintr($objCartSess->getCartList()); 58 58 foreach($objCartSess->getCartList() as $key => $val){ 59 if($val['quantity'] == =0){59 if($val['quantity'] == 0){ 60 60 sfprintr("error"); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.
