Changeset 19650 for branches/camp
- Timestamp:
- 2010/11/07 10:07:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Preview.php
r19649 r19650 89 89 $product_id = $this->arrProduct["product_id"]; 90 90 $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_URL . $this->arrProduct["save_main_image"]; 91 $objProduct = new SC_Product(); 91 92 $this->arrProduct = $objProduct->getDetail($product_id); 92 93
Note: See TracChangeset
for help on using the changeset viewer.