- Timestamp:
- 2009/12/02 22:32:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r18378 r18415 692 692 693 693 if(file_exists($from_path)){ 694 // 元画像サイズを取得695 list($from_w, $from_h) = getimagesize($from_path);696 697 694 // 生成先の画像サイズを取得 698 695 $to_w = $this->objUpFile->width[$arrImageKey[$to_key]]; 699 696 $to_h = $this->objUpFile->height[$arrImageKey[$to_key]]; 700 701 697 702 698 if($forced) $this->objUpFile->save_file[$arrImageKey[$to_key]] = "";
Note: See TracChangeset
for help on using the changeset viewer.
