Changeset 5427 for trunk/src/includes/admin/converters/MyBB.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/MyBB.php
r5426 r5427 210 210 ); 211 211 212 // Sticky status (Stored in postmeta) )212 // Sticky status (Stored in postmeta) 213 213 $this->field_map[] = array( 214 214 'from_tablename' => 'threads', 215 215 'from_fieldname' => 'sticky', 216 216 'to_type' => 'topic', 217 'to_fieldname' => '_bbp_old_sticky_status ',217 'to_fieldname' => '_bbp_old_sticky_status_id', 218 218 'callback_method' => 'callback_sticky_status' 219 219 );
Note: See TracChangeset
for help on using the changeset viewer.