Changeset 7131 for temp/trunk/html/admin/products/product.php
- Timestamp:
- 2006/11/01 09:24:14 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r7130 r7131 49 49 sfIsSuccess($objSess); 50 50 51 sfprintr($_POST);52 53 51 // ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹ 54 52 $objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, IMAGE_SAVE_DIR); … … 255 253 $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 256 254 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'] . "'"; 258 256 } 259 257
Note: See TracChangeset
for help on using the changeset viewer.
