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