Changeset 9209 for temp/trunk/html
- Timestamp:
- 2006/11/27 19:57:24 (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
r9191 r9209 523 523 $to_h = $objUpFile->height[$arrImageKey[$to_key]]; 524 524 525 if($objUpFile->temp_file[$arrImageKey[$to_key]] == "" ){525 if($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == ""){ 526 526 $path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h); 527 527 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
Note: See TracChangeset
for help on using the changeset viewer.
