Changeset 19616


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

    r19615 r19616  
    265265        } 
    266266        $this->trackback_url = TRACKBACK_TO_URL . $product_id; 
     267        var_dump('HERE'); 
     268        exit; 
    267269        //関連商品情報表示 
    268270        $this->arrRecommend = $this->lfPreGetRecommendProducts($product_id); 
    269          
    270         var_dump('HERE'); 
    271         exit; 
    272271 
    273272        $this->lfConvertParam(); 
Note: See TracChangeset for help on using the changeset viewer.