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