Changeset 5800 for trunk/src/includes/admin/converters/SMF.php
- Timestamp:
- 05/28/2015 08:45:33 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/SMF.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/SMF.php
r5770 r5800 577 577 'from_fieldname' => 'aim', 578 578 'to_type' => 'user', 579 'to_fieldname' => ' aim'579 'to_fieldname' => '_bbp_smf_user_aim' 580 580 ); 581 581 … … 585 585 'from_fieldname' => 'yim', 586 586 'to_type' => 'user', 587 'to_fieldname' => ' yim'587 'to_fieldname' => '_bbp_smf_user_yim' 588 588 ); 589 589
Note: See TracChangeset
for help on using the changeset viewer.