- Timestamp:
- 2009/04/10 22:56:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/products/LC_Page_Products_Detail.php
r17967 r17968 180 180 $this->arrErr = $this->lfCheckError(); 181 181 if(count($this->arrErr) == 0) { 182 $objCartSess = new SC_CartSession ();182 $objCartSess = new SC_CartSession_Ex(); 183 183 $classcategory_id1 = $_POST['classcategory_id1']; 184 184 $classcategory_id2 = $_POST['classcategory_id2']; … … 430 430 $this->arrErr = $this->lfCheckError(); 431 431 if(count($this->arrErr) == 0) { 432 $objCartSess = new SC_CartSession ();432 $objCartSess = new SC_CartSession_Ex(); 433 433 $classcategory_id1 = $_POST['classcategory_id1']; 434 434 $classcategory_id2 = $_POST['classcategory_id2'];
Note: See TracChangeset
for help on using the changeset viewer.