Changeset 19656 for branches/camp


Ignore:
Timestamp:
2010/11/07 10:32:18 (13 years ago)
Author:
kishik
Message:

商品登録前プレビュー

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  
    9090        $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_URL . $this->arrProduct["save_main_image"]; 
    9191        $objProduct = new SC_Product(); 
     92        //////////////////////////////////// 
     93        // 本来はフォームの入力データから取ってくるべき 
     94        //////////////////////////////////// 
    9295        $this->arrProduct = $objProduct->getDetail($product_id); 
    9396 
Note: See TracChangeset for help on using the changeset viewer.