Changeset 5427 for trunk/src/includes/admin/converters/XMB.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/XMB.php
r5426 r5427 249 249 ); 250 250 251 // Sticky status (Stored in postmeta) )251 // Sticky status (Stored in postmeta) 252 252 $this->field_map[] = array( 253 253 'from_tablename' => 'threads', 254 254 'from_fieldname' => 'topped', 255 255 'to_type' => 'topic', 256 'to_fieldname' => '_bbp_old_sticky_status ',256 'to_fieldname' => '_bbp_old_sticky_status_id', 257 257 'callback_method' => 'callback_sticky_status' 258 258 );
Note: See TracChangeset
for help on using the changeset viewer.