Changeset 5574
- Timestamp:
- 11/22/2014 12:44:07 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Phorum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Phorum.php
r5551 r5574 289 289 */ 290 290 291 /** Topic Subscriptions Section ***************************************/ 292 293 // Subscribed topic ID (Stored in usermeta) 294 $this->field_map[] = array( 295 'from_tablename' => 'subscribers', 296 'from_fieldname' => 'thread', 297 'to_type' => 'topic_subscriptions', 298 'to_fieldname' => '_bbp_subscriptions' 299 ); 300 301 // Subscribed user ID (Stored in usermeta) 302 $this->field_map[] = array( 303 'from_tablename' => 'subscribers', 304 'from_fieldname' => 'user_id', 305 'to_type' => 'topic_subscriptions', 306 'to_fieldname' => 'user_id', 307 'callback_method' => 'callback_userid' 308 ); 309 291 310 /** Reply Section *****************************************************/ 292 311
Note: See TracChangeset
for help on using the changeset viewer.