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

    r19617 r19618  
    240240        // 関連カテゴリを取得 
    241241        $this->arrRelativeCat = $objDb->sfGetMultiCatTree($product_id); 
     242        var_dump('HERE'); 
     243        exit; 
    242244 
    243245        // 商品ステータスを取得 
     
    247249        $this->arrProduct['main_image'] 
    248250            = SC_Utils_Ex::sfNoImageMain($this->arrProduct['main_image']); 
    249          
    250         var_dump('HERE'); 
    251         exit; 
    252251 
    253252        $this->lfSetFile(); 
Note: See TracChangeset for help on using the changeset viewer.