Changeset 5554
- Timestamp:
- 10/21/2014 11:43:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Drupal7.php
r5544 r5554 411 411 // Reply author name (Stored in postmeta as _bbp_anonymous_name) 412 412 $this->field_map[] = array( 413 'to_type' => 'reply', 414 'to_fieldname' => '_bbp_old_reply_author_name_id', 415 'default' => 'Anonymous' 413 'from_tablename' => 'comment', 414 'from_fieldname' => 'name', 415 'to_type' => 'reply', 416 'to_fieldname' => '_bbp_old_reply_author_name_id' 416 417 ); 417 418
Note: See TracChangeset
for help on using the changeset viewer.