Changeset 9131 for temp/trunk/html/admin
- Timestamp:
- 2006/11/27 13:15:40 (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
r9130 r9131 551 551 list($src_w, $src_h) = getimagesize($src_path); 552 552 553 if($objUpFile->temp_file[$arrImageKey[$to_key] == ""){553 if($objUpFile->temp_file[$arrImageKey[$to_key]] == ""){ 554 554 // ¸µ²èÁü¤Î¤Û¤¦¤¬Â礤¤¾ì¹ç¤Ë¤Ï½Ì¾®Î¨ÀßÄê 555 555 if(NORMAL_IMAGE_WIDTH < $src_w and NORMAL_IMAGE_HEIGHT < $src_h){ … … 559 559 } 560 560 $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 561 $objUpFile->temp_file[$arrImageKey[$to_key] = $path;561 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 562 562 } 563 563 }
Note: See TracChangeset
for help on using the changeset viewer.
