Changeset 9408 for temp/trunk


Ignore:
Timestamp:
2006/11/29 17:38:54 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r9407 r9408  
    9696case 'edit': 
    9797    // µ¬³ÊÅÐÏ¿¤¢¤ê¤Ê¤·È½Äê 
    98     $objPage->tpl_nonclass = lfCheckNonClass($_POST['product_id']); 
    99     $objPage->tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 
     98    $tpl_nonclass = lfCheckNonClass($_POST['product_id']); 
     99     
     100    if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){ 
     101        $tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 
     102    } 
     103    $objPage->tpl_nonclass = $tpl_nonclass; 
     104     
    100105    // ÆþÎÏÃͤÎÊÑ´¹ 
    101106    $objPage->arrForm = lfConvertParam($objPage->arrForm); 
Note: See TracChangeset for help on using the changeset viewer.