Changeset 5524
- Timestamp:
- 09/19/2014 05:05:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/phpBB.php
r5428 r5524 292 292 ); 293 293 $this->field_map[] = array( 294 'from_tablename' => 'topics',295 'from_fieldname' => 'topic_last_post_time',296 'to_type' => 'topic',297 'to_fieldname' => '_bbp_last_active_time',294 'from_tablename' => 'topics', 295 'from_fieldname' => 'topic_last_post_time', 296 'to_type' => 'topic', 297 'to_fieldname' => '_bbp_last_active_time', 298 298 'callback_method' => 'callback_datetime' 299 299 ); … … 331 331 'to_type' => 'reply', 332 332 'to_fieldname' => '_bbp_forum_id', 333 'callback_method' => 'callback_ topicid_to_forumid'333 'callback_method' => 'callback_forumid' 334 334 ); 335 335
Note: See TracChangeset
for help on using the changeset viewer.