Visit BoonEx Page at Facebook

Facebook

Join BoonEx group at LinkedIn

LinkedIn

Follow BoonEx on Twitter

Twitter

Subscribe to BoonEx Blog RSS feed

RSS

Changeset 13153

Show
Ignore:
Timestamp:
11/06/09 01:15:10 (2 weeks ago)
Author:
Alexander Ermashev
Message:

- ticket #1415;

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modules/boonex/data_migration/classes/BxDataMigrationAds.php

    r13045 r13153  
    207207           $vIconResizeRes = imageResize( $sDstPath . '_img_' . $sAdMediaFile, $sDstPath . "icon_{$sAdMediaFile}", $this -> oDolModule->iIconSize, $this -> oDolModule->iIconSize ); 
    208208 
    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  
    214209           @unlink ($sDstPath . '_img_' . $sAdMediaFile); 
    215210        } 
  • trunk/modules/boonex/data_migration/classes/BxDataMigrationBlogs.php

    r13045 r13153  
    134134                        imageResize($sDstPath . '_big_' . $sPostPhoto, $sDstPath . 'orig_' . $sPostPhoto, $this -> oDolModule->iImgSize, $this -> oDolModule->iImgSize); 
    135135 
    136                         chmod($sDstPath . 'small_' . $sPostPhoto, 0644); 
    137                         chmod($sDstPath . 'big_' . $sPostPhoto, 0644); 
    138                         chmod($sDstPath . 'orig_' . $sPostPhoto, 0644); 
    139  
    140136                        @unlink ($sDstPath . '_big_' . $sPostPhoto); 
    141137