Changeset 19617


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

    r19616 r19617  
    247247        $this->arrProduct['main_image'] 
    248248            = SC_Utils_Ex::sfNoImageMain($this->arrProduct['main_image']); 
     249         
     250        var_dump('HERE'); 
     251        exit; 
    249252 
    250253        $this->lfSetFile(); 
     
    265268        } 
    266269        $this->trackback_url = TRACKBACK_TO_URL . $product_id; 
    267         var_dump('HERE'); 
    268         exit; 
    269270        //関連商品情報表示 
    270271        $this->arrRecommend = $this->lfPreGetRecommendProducts($product_id); 
Note: See TracChangeset for help on using the changeset viewer.