Changeset 9405 for temp/trunk


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r9404 r9405  
    7575        // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 
    7676        $arrForm = lfGetProduct($_POST['product_id']); 
    77         if($_POST['mode'] == "copy") {  
    78             $arrForm["product_id"] == ""; 
    79             sfprintr("copy"); 
    80         } 
    81          
    82         sfprintr($arrForm); 
     77        if($_POST['mode'] == "copy") $arrForm["product_id"] = ""; 
    8378        $objPage->arrForm = $arrForm; 
    84          
    85         sfprintr($_POST); 
    8679         
    8780        // ¾¦ÉÊ¥¹¥Æ¡¼¥¿¥¹¤ÎÊÑ´¹ 
Note: See TracChangeset for help on using the changeset viewer.