- Timestamp:
- 11/06/09 01:15:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.