Changeset 19602


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

    r19599 r19602  
    7878     */ 
    7979    function process() { 
     80        // プロダクトIDの正当性チェック 
     81        $product_id = $this->lfCheckProductId(); 
    8082        var_dump('HERE'); 
    8183        exit; 
    82         // プロダクトIDの正当性チェック 
    83         $product_id = $this->lfCheckProductId(); 
    8484 
    8585        $objView = new SC_SiteView(strlen($_POST['mode']) == 0); 
Note: See TracChangeset for help on using the changeset viewer.