Changeset 19656 for branches/camp/camp-2_5-C
- Timestamp:
- 2010/11/07 10:32:18 (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
r19651 r19656 90 90 $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_URL . $this->arrProduct["save_main_image"]; 91 91 $objProduct = new SC_Product(); 92 //////////////////////////////////// 93 // 本来はフォームの入力データから取ってくるべき 94 //////////////////////////////////// 92 95 $this->arrProduct = $objProduct->getDetail($product_id); 93 96
Note: See TracChangeset
for help on using the changeset viewer.