Changeset 9153 for temp/trunk
- Timestamp:
- 2006/11/27 14:11:28 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_UploadFile.php (modified) (1 diff)
-
html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_UploadFile.php
r9151 r9153 48 48 49 49 $dst_file = $this->temp_dir . $uniqname; 50 51 sfprintr($width);52 sfprintr($height);53 50 54 51 $objThumb = new gdthumb(); -
temp/trunk/html/admin/products/product.php
r9149 r9153 530 530 $scale = 1; 531 531 } 532 533 sfprintr($scale); 534 532 535 $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 533 536 $objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
Note: See TracChangeset
for help on using the changeset viewer.
