Changeset 7131 for temp/trunk/html


Ignore:
Timestamp:
2006/11/01 09:24:14 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r7130 r7131  
    4949sfIsSuccess($objSess); 
    5050 
    51 sfprintr($_POST); 
    52  
    5351// ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹ 
    5452$objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, IMAGE_SAVE_DIR); 
     
    255253    $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 
    256254     
    257     $objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); location.hash='" . $_POST['anchor_key'] . "'"; 
     255    $objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); location.hash='" . $_POST['image_key'] . "'"; 
    258256} 
    259257 
Note: See TracChangeset for help on using the changeset viewer.