Changeset 5427 for trunk/src/includes/admin/converters/PunBB.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PunBB.php
r5426 r5427 232 232 ); 233 233 234 // Sticky status (Stored in postmeta) )234 // Sticky status (Stored in postmeta) 235 235 $this->field_map[] = array( 236 236 'from_tablename' => 'topics', 237 237 'from_fieldname' => 'sticky', 238 238 'to_type' => 'topic', 239 'to_fieldname' => '_bbp_old_sticky_status ',239 'to_fieldname' => '_bbp_old_sticky_status_id', 240 240 'callback_method' => 'callback_sticky_status' 241 241 );
Note: See TracChangeset
for help on using the changeset viewer.