Changeset 19615


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

    r19614 r19615  
    177177        $this->tpl_javascript .= 'function lnOnLoad(){' . $this->js_lnOnload . '}'; 
    178178        $this->tpl_onload .= 'lnOnLoad();'; 
    179          
    180         //// 
    181179 
    182180        // 商品IDをFORM内に保持する。 
     
    235233        // 商品詳細を取得 
    236234        $this->arrProduct = $objProduct->getDetail($product_id); 
    237         var_dump('HERE'); 
    238         exit; 
     235        //// 
    239236 
    240237        // サブタイトルを取得 
     
    270267        //関連商品情報表示 
    271268        $this->arrRecommend = $this->lfPreGetRecommendProducts($product_id); 
     269         
     270        var_dump('HERE'); 
     271        exit; 
    272272 
    273273        $this->lfConvertParam(); 
Note: See TracChangeset for help on using the changeset viewer.