Changeset 5568
- Timestamp:
- 11/22/2014 04:26:02 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/XenForo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/XenForo.php
r5530 r5568 323 323 'to_type' => 'reply', 324 324 'to_fieldname' => '_bbp_old_reply_id' 325 ); 326 327 // Join the 'thread' table to exclude topics from being imported as replies 328 $this->field_map[] = array( 329 'from_tablename' => 'thread', 330 'from_fieldname' => 'thread_id', 331 'join_tablename' => 'post', 332 'join_type' => 'LEFT', 333 'join_expression' => 'USING (thread_id) WHERE thread.first_post_id != post.post_id', 334 'to_type' => 'reply' 325 335 ); 326 336
Note: See TracChangeset
for help on using the changeset viewer.