Changeset 5516 for trunk/src/includes/admin/converters/MyBB.php
- Timestamp:
- 09/13/2014 01:56:43 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/MyBB.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/MyBB.php
r5428 r5516 92 92 ); 93 93 94 // Forum type (Set a default value 'forum', Stored in postmeta) 95 $this->field_map[] = array( 96 'to_type' => 'forum', 97 'to_fieldname' => '_bbp_forum_type', 98 'default' => 'forum' 99 ); 100 101 // Forum status (Set a default value 'open', Stored in postmeta) 102 $this->field_map[] = array( 103 'to_type' => 'forum', 104 'to_fieldname' => '_bbp_status', 105 'default' => 'open' 106 ); 107 94 108 // Forum dates. 95 109 $this->field_map[] = array(
Note: See TracChangeset
for help on using the changeset viewer.