Changeset 13158
- Timestamp:
- 11/06/09 06:02:12 (2 years ago)
- Location:
- trunk/modules/boonex/data_migration/classes
- Files:
-
- 1 added
- 1 edited
-
BxDataMigrationMembership.php (added)
-
BxDataMigrationModule.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/data_migration/classes/BxDataMigrationModule.php
r13045 r13158 186 186 ), 187 187 ), 188 189 'acl_levels' => array( 190 'is_module' => false, 191 'module_name' => '', 192 'module_class' => '', 193 'migration_class' => 'BxDataMigrationMembership', 194 'dependencies' => array( 195 ), 196 ), 188 197 ); 189 198 }
Note: See TracChangeset
for help on using the changeset viewer.