Changeset 5427 for trunk/src/includes/admin/converters/FluxBB.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/FluxBB.php
r5426 r5427 223 223 ); 224 224 225 // Sticky status (Stored in postmeta) )225 // Sticky status (Stored in postmeta) 226 226 $this->field_map[] = array( 227 227 'from_tablename' => 'topics', 228 228 'from_fieldname' => 'sticky', 229 229 'to_type' => 'topic', 230 'to_fieldname' => '_bbp_old_sticky_status ',230 'to_fieldname' => '_bbp_old_sticky_status_id', 231 231 'callback_method' => 'callback_sticky_status' 232 232 );
Note: See TracChangeset
for help on using the changeset viewer.