Changeset 9191 for temp/trunk/html/admin
- Timestamp:
- 2006/11/27 19:20:15 (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
r9190 r9191 524 524 525 525 if($objUpFile->temp_file[$arrImageKey[$to_key]] == ""){ 526 $path = $objUpFile->saveResizeImage($ _POST['image_key'], $to_w, $to_h);526 $path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h); 527 527 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 528 528 }
Note: See TracChangeset
for help on using the changeset viewer.
