HomeHelpTrac

Ignore:
Timestamp:
11/06/09 01:15:10 (3 years ago)
Author:
Alexander Ermashev
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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        } 
Note: See TracChangeset for help on using the changeset viewer.