Skip to:
Content

bbPress.org

Changeset 4102


Ignore:
Timestamp:
07/21/2012 05:35:49 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Converters:

  • Revert whitespace changes in r4101.
  • See #1886.
  • Antiprops netweb.
Location:
branches/plugin/bbp-admin/converters
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/converters/phpBB.php

    r4101 r4102  
    356356                        'to_type'      => 'user',
    357357                        'to_fieldname' => '_bbp_class',
    358      'default'      => 'phpBB'
     358                        'default'      => 'phpBB'
    359359                );
    360360                               
  • branches/plugin/bbp-admin/converters/vBulletin.php

    r4101 r4102  
    268268                $this->field_map[] = array(
    269269                        'to_type' => 'user', 'to_fieldname' => '_bbp_class',
    270      'default' => 'vBulletin'
     270                        'default' => 'vBulletin'
    271271                );
    272272               
Note: See TracChangeset for help on using the changeset viewer.