Changeset 4101 for branches/plugin/bbp-admin/converters/phpBB.php
- Timestamp:
- 07/21/2012 05:32:15 AM (11 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.