Changeset 19405
- Timestamp:
- 2010/11/07 02:43:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r19399 r19405 236 236 $objCartSess = new SC_CartSession(); 237 237 $objCartSess->addPreview($this->arrForm); 238 print_r($this); 238 $_SESSION[preview] = $this->arrForm; 239 print_r($_SESSION); 239 240 $this->tpl_javascript = "window.open('/html/admin/products/product_preview.php','test','100','100');"; 240 241 $this->lfProductPage();
Note: See TracChangeset
for help on using the changeset viewer.
