Changeset 5427 for trunk/src/includes/admin/converters/Mingle.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Mingle.php
r5426 r5427 163 163 ); 164 164 165 // Sticky status (Stored in postmeta) )165 // Sticky status (Stored in postmeta) 166 166 $this->field_map[] = array( 167 167 'from_tablename' => 'forum_threads', 168 168 'from_fieldname' => 'status', 169 169 'to_type' => 'topic', 170 'to_fieldname' => '_bbp_old_sticky_status ',170 'to_fieldname' => '_bbp_old_sticky_status_id', 171 171 'callback_method' => 'callback_sticky_status' 172 172 );
Note: See TracChangeset
for help on using the changeset viewer.