Changeset 7867 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r6145 r7867  
    121121            $classcategory_id2 = '0'; 
    122122        } 
    123  
     123         
     124        $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    124125        $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 
    125126        header("Location: " . URL_CART_TOP); 
Note: See TracChangeset for help on using the changeset viewer.