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

blank

File:
1 edited

Legend:

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

    r9405 r9406  
    7575        // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 
    7676        $arrForm = lfGetProduct($_POST['product_id']); 
    77         if($_POST['mode'] == "copy") $arrForm["product_id"] = ""; 
     77        if($_POST['mode'] == "copy"){ 
     78            $arrForm["copy_product_id"] = $arrForm["product_id"]; 
     79            $arrForm["product_id"] = ""; 
     80        } 
    7881        $objPage->arrForm = $arrForm; 
    7982         
Note: See TracChangeset for help on using the changeset viewer.