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