Changeset 5427 for trunk/src/includes/admin/converters/XenForo.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/XenForo.php
r5426 r5427 263 263 ); 264 264 265 // Sticky status (Stored in postmeta) )265 // Sticky status (Stored in postmeta) 266 266 $this->field_map[] = array( 267 267 'from_tablename' => 'thread', 268 268 'from_fieldname' => 'sticky', 269 269 'to_type' => 'topic', 270 'to_fieldname' => '_bbp_old_sticky_status ',270 'to_fieldname' => '_bbp_old_sticky_status_id', 271 271 'callback_method' => 'callback_sticky_status' 272 272 );
Note: See TracChangeset
for help on using the changeset viewer.