Changeset 9126 for temp/trunk/html
- Timestamp:
- 2006/11/27 12:53:26 (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
r9125 r9126 501 501 $src_w = 0; 502 502 $src_h = 0; 503 504 sfprintr($objUpFile); 505 503 506 504 switch ($_POST['image_key']){ 507 505 case "main_large_image": 508 506 509 507 // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 510 $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_l ist_image"]];508 $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_large_image"]]; 511 509 list($src_w, $src_h) = getimagesize($src_path); 512 510 513 sfprintr($arrImageKey );511 sfprintr($arrImageKey["main_large_image"]); 514 512 sfprintr($src_path); 515 513 sfprintr($src_w);
Note: See TracChangeset
for help on using the changeset viewer.
