Changeset 4101
- Timestamp:
- 07/21/2012 05:32:15 AM (11 years ago)
- Location:
- branches/plugin/bbp-admin/converters
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/converters/phpBB.php
r3966 r4101 2 2 3 3 /** 4 * Implementation of Xenforoconverter.4 * Implementation of phpBB converter. 5 5 */ 6 class Phpbbextends BBP_Converter_Base {6 class phpBB extends BBP_Converter_Base { 7 7 function __construct() { 8 8 parent::__construct(); … … 356 356 'to_type' => 'user', 357 357 'to_fieldname' => '_bbp_class', 358 'default' => 'Phpbb'358 'default' => 'phpBB' 359 359 ); 360 360 -
branches/plugin/bbp-admin/converters/vBulletin.php
r3966 r4101 2 2 3 3 /** 4 * Implementation of Vbulletin converter.4 * Implementation of vBulletin converter. 5 5 */ 6 class Vbulletin extends BBP_Converter_Base6 class vBulletin extends BBP_Converter_Base 7 7 { 8 8 function __construct() … … 268 268 $this->field_map[] = array( 269 269 'to_type' => 'user', 'to_fieldname' => '_bbp_class', 270 'default' => 'Vbulletin'270 'default' => 'vBulletin' 271 271 ); 272 272
Note: See TracChangeset
for help on using the changeset viewer.