Changeset 9402 for temp


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

blank

File:
1 edited

Legend:

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

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