Changeset 9794 for temp/trunk/html
- Timestamp:
- 2006/11/30 13:59:52 (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
r9790 r9794 558 558 return ""; 559 559 } 560 561 sfprintr($from_path);562 560 563 561 // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ … … 569 567 570 568 if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "") or $forced){ 571 $path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h); 572 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 569 570 $path = $objUpFile->makeThumb($from_path, $to_w, $to_h); 571 572 $objUpFile->temp_file[$arrImageKey[$to_key]] = basename($path); 573 573 } 574 574 }
Note: See TracChangeset
for help on using the changeset viewer.
