Changeset 5427 for trunk/src/includes/admin/converters/Drupal7.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Drupal7.php
r5426 r5427 191 191 ); 192 192 193 // Sticky status (Stored in postmeta) )193 // Sticky status (Stored in postmeta) 194 194 $this->field_map[] = array( 195 195 'from_tablename' => 'forum_index', 196 196 'from_fieldname' => 'sticky', 197 197 'to_type' => 'topic', 198 'to_fieldname' => '_bbp_old_sticky_status ',198 'to_fieldname' => '_bbp_old_sticky_status_id', 199 199 'callback_method' => 'callback_sticky_status' 200 200 );
Note: See TracChangeset
for help on using the changeset viewer.