Changeset 7869 for temp/trunk


Ignore:
Timestamp:
2006/11/08 19:38:08 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/list.php

    r6146 r7869  
    120120                $classcategory_id2 = '0'; 
    121121            } 
     122            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    122123            $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 
    123124            header("Location: " . URL_CART_TOP); 
Note: See TracChangeset for help on using the changeset viewer.