Changeset 9758 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/30 13:34:06 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9579 r9758  
    7575        // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 
    7676        $arrForm = lfGetProduct($_POST['product_id']); 
     77        // DB¥Ç¡¼¥¿¤«¤é²èÁü¥Õ¥¡¥¤¥ë̾¤ÎÆÉ¹þ 
     78        $objUpFile->setDBFileList($arrForm); 
     79         
    7780        if($_POST['mode'] == "copy"){ 
    7881            $arrForm["copy_product_id"] = $arrForm["product_id"]; 
    7982            $arrForm["product_id"] = ""; 
     83             
     84            // ²èÁü¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ 
     85             
     86            sfprintr($objUpFile); 
     87            lfMakeScaleImage($_POST['image_key'], "main_list_image"); 
    8088        } 
    8189        $objPage->arrForm = $arrForm; 
     
    8694        // DB¤«¤é¤ª¤¹¤¹¤á¾¦ÉÊ¤ÎÆÉ¤ß¹þ¤ß 
    8795        $objPage->arrRecommend = lfPreGetRecommendProducts($_POST['product_id']); 
    88         // DB¥Ç¡¼¥¿¤«¤é²èÁü¥Õ¥¡¥¤¥ë̾¤ÎÆÉ¹þ 
    89         $objUpFile->setDBFileList($objPage->arrForm); 
     96         
    9097        // µ¬³ÊÅÐÏ¿¤¢¤ê¤Ê¤·È½Äê 
    9198        $objPage->tpl_nonclass = lfCheckNonClass($_POST['product_id']); 
Note: See TracChangeset for help on using the changeset viewer.