Changeset 9123 for temp/trunk/html/admin
- Timestamp:
- 2006/11/27 12:51:16 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9122 r9123 508 508 509 509 // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 510 list($src_w, $src_h) = getimagesize($objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_list_image"]]); 510 $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_list_image"]]; 511 list($src_w, $src_h) = getimagesize($src_path); 512 513 sfprintr($src_path); 514 sfprintr($src_w); 511 515 512 516 // ½Ì¾®Î¨ÀßÄê
Note: See TracChangeset
for help on using the changeset viewer.
