Changeset 19614


Ignore:
Timestamp:
2010/11/07 05:47:36 (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

    r19613 r19614  
    167167        // 規格2が設定されている 
    168168        $this->tpl_classcat_find2 = $objProduct->classCat2_find[$product_id]; 
    169          
    170         //// 
    171169 
    172170        $this->tpl_stock_find = $objProduct->stock_find[$product_id]; 
     
    180178        $this->tpl_onload .= 'lnOnLoad();'; 
    181179         
    182         var_dump('HERE'); 
    183         exit; 
     180        //// 
    184181 
    185182        // 商品IDをFORM内に保持する。 
     
    238235        // 商品詳細を取得 
    239236        $this->arrProduct = $objProduct->getDetail($product_id); 
     237        var_dump('HERE'); 
     238        exit; 
    240239 
    241240        // サブタイトルを取得 
Note: See TracChangeset for help on using the changeset viewer.