Changeset 9396 for temp


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

blank

File:
1 edited

Legend:

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

    r9395 r9396  
    9191    if(sfIsInt($_POST['product_id'])){ 
    9292        // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 
    93         $objPage->arrForm = lfGetProduct($_POST['product_id']); 
     93        $arrForm = lfGetProduct($_POST['product_id']); 
     94        $arrForm["product_id"] = ""; 
     95        $objPage->arrForm = $arrForm; 
     96 
    9497        // ¾¦ÉÊ¥¹¥Æ¡¼¥¿¥¹¤ÎÊÑ´¹ 
    9598        $arrRet = sfSplitCBValue($objPage->arrForm['product_flag'], "product_flag"); 
Note: See TracChangeset for help on using the changeset viewer.