- Timestamp:
- 2006/11/27 13:25:37 (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
r9139 r9140 522 522 $arrImageKey = array_flip($objUpFile->keyname); 523 523 524 525 524 // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 526 525 $from_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey[$from_key]]; … … 540 539 $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 541 540 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 542 sfprintr($arrImageKey);543 541 } 544 542 }
Note: See TracChangeset
for help on using the changeset viewer.
