Changeset 9112 for temp/trunk/html/admin
- Timestamp:
- 2006/11/27 11:55:07 (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
r9111 r9112 125 125 126 126 // Ãæ¡¢¾®²èÁüÀ¸À® 127 $arrImageKey = array_flip($objUpFile->keyname);128 sfprintr($arrImageKey[$_POST['image_key']]);129 127 sfprintr($_POST['image_key']); 130 128 131 sfprintr($objUpFile); 132 $objUpFile->temp_file[3] = $objUpFile->temp_file[4]; 129 $path = $objUpFile->saveResizeImage($_POST['image_key'],0.5); 130 131 sfprintr($path); 133 132 134 133 lfProductPage(); // ¾¦ÉÊÅÐÏ¿¥Ú¡¼¥¸
Note: See TracChangeset
for help on using the changeset viewer.
