Changeset 9797 for temp/trunk/html
- Timestamp:
- 2006/11/30 14:04:58 (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
r9796 r9797 566 566 $to_h = $objUpFile->height[$arrImageKey[$to_key]]; 567 567 568 if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "") or $forced){ 569 568 569 if($forced) $objUpFile->save_file[$arrImageKey[$to_key]] = ""; 570 571 if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "")){ 570 572 $path = $objUpFile->makeThumb($from_path, $to_w, $to_h); 571 573 $objUpFile->temp_file[$arrImageKey[$to_key]] = basename($path);
Note: See TracChangeset
for help on using the changeset viewer.
