HomeHelpTrac

Changeset 13152


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

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/data_migration/classes/BxDataMigrationPhotos.php

    r13045 r13152  
    66    var $aPhotoObjects; 
    77    function BxDataMigrationPhotos (&$oMigrationModule, &$rOldDb, $oDolModule = '') { 
    8         parent::BxDataMigrationData(&$oMigrationModule, &$rOldDb, $oDolModule); 
     8        parent::BxDataMigrationData($oMigrationModule, $rOldDb, $oDolModule); 
    99        $this->aPhotoObjects = array( 
    1010            'profile_photos' => array( 
Note: See TracChangeset for help on using the changeset viewer.