Changeset 4102
- Timestamp:
- 07/21/2012 05:35:49 AM (11 years ago)
- Location:
- branches/plugin/bbp-admin/converters
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/converters/phpBB.php
r4101 r4102 356 356 'to_type' => 'user', 357 357 'to_fieldname' => '_bbp_class', 358 358 'default' => 'phpBB' 359 359 ); 360 360 -
branches/plugin/bbp-admin/converters/vBulletin.php
r4101 r4102 268 268 $this->field_map[] = array( 269 269 'to_type' => 'user', 'to_fieldname' => '_bbp_class', 270 270 'default' => 'vBulletin' 271 271 ); 272 272
Note: See TracChangeset
for help on using the changeset viewer.