Changeset 3893 for branches/plugin/bbp-admin/converters/bbPress1.php
- Timestamp:
- 05/07/2012 04:32:55 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/converters/bbPress1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/converters/bbPress1.php
r3891 r3893 452 452 'to_type' => 'user', 453 453 'to_fieldname' => 'display_name' 454 );455 456 // User aim.457 // $this->field_map[] = array(458 // 'from_tablename' => 'users',459 // 'from_fieldname' => 'aim',460 // 'to_type' => 'user',461 // 'to_fieldname' => 'aim'462 // );463 464 // User yahoo.465 // $this->field_map[] = array(466 // 'from_tablename' => 'users',467 // 'from_fieldname' => 'yahoo',468 // 'to_type' => 'user',469 // 'to_fieldname' => 'yim'470 // );471 472 /** Meta Section ******************************************************/473 474 return;475 476 // User registered.477 $this->field_map[] = array(478 'from_tablename' => 'meta',479 'from_fieldname' => 'meta_value',480 'to_type' => 'postmeta',481 'to_fieldname' => '_bbp_'482 454 ); 483 455 }
Note: See TracChangeset
for help on using the changeset viewer.