Changeset 19633 for branches/camp


Ignore:
Timestamp:
2010/11/07 09:15:40 (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_Product.php

    r19632 r19633  
    244244                break; 
    245245            case 'preview': 
    246                 $_SESSION[preview] = $this->arrForm; 
     246                $_SESSION['preview'] = $this->arrForm; 
    247247                $this->tpl_javascript = "window.open('".URL_DIR."admin/products/product_preview.php"."','test')"; 
    248248                //$this->tpl_javascript = "window.open('".URL_DIR."products/detail.php"."','test')"; 
Note: See TracChangeset for help on using the changeset viewer.