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