Changeset 13153
- Timestamp:
- 11/06/09 01:15:10 (2 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/boonex/data_migration/classes/BxDataMigrationAds.php
r13045 r13153 207 207 $vIconResizeRes = imageResize( $sDstPath . '_img_' . $sAdMediaFile, $sDstPath . "icon_{$sAdMediaFile}", $this -> oDolModule->iIconSize, $this -> oDolModule->iIconSize ); 208 208 209 chmod($sDstPath . "img_{$sAdMediaFile}", 0644);210 chmod($sDstPath . "thumb_{$sAdMediaFile}", 0644);211 chmod($sDstPath . "big_thumb_{$sAdMediaFile}", 0644);212 chmod($sDstPath . "icon_{$sAdMediaFile}", 0644);213 214 209 @unlink ($sDstPath . '_img_' . $sAdMediaFile); 215 210 } trunk/modules/boonex/data_migration/classes/BxDataMigrationBlogs.php
r13045 r13153 134 134 imageResize($sDstPath . '_big_' . $sPostPhoto, $sDstPath . 'orig_' . $sPostPhoto, $this -> oDolModule->iImgSize, $this -> oDolModule->iImgSize); 135 135 136 chmod($sDstPath . 'small_' . $sPostPhoto, 0644);137 chmod($sDstPath . 'big_' . $sPostPhoto, 0644);138 chmod($sDstPath . 'orig_' . $sPostPhoto, 0644);139 140 136 @unlink ($sDstPath . '_big_' . $sPostPhoto); 141 137

