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