Changeset 5798
- Timestamp:
- 05/28/2015 07:55:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/phpBB.php
r5797 r5798 61 61 $this->field_map[] = array( 62 62 'from_tablename' => 'forums', 63 'from_fieldname' => 'forum_topics_ real',63 'from_fieldname' => 'forum_topics_approved', 64 64 'to_type' => 'forum', 65 65 'to_fieldname' => '_bbp_total_topic_count' … … 69 69 $this->field_map[] = array( 70 70 'from_tablename' => 'forums', 71 'from_fieldname' => 'forum_posts ',71 'from_fieldname' => 'forum_posts_approved', 72 72 'to_type' => 'forum', 73 73 'to_fieldname' => '_bbp_total_reply_count'
Note: See TracChangeset
for help on using the changeset viewer.