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/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 
Note: See TracChangeset for help on using the changeset viewer.