Changeset 5530 for trunk/src/includes/admin/converters/PunBB.php
- Timestamp:
- 09/20/2014 06:06:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PunBB.php
r5529 r5530 403 403 'from_expression' => 'WHERE id != 1', 404 404 'to_type' => 'user', 405 'to_fieldname' => '_bbp_ user_id'406 ); 407 408 // Store old User password (Stored in usermeta serialized with salt)405 'to_fieldname' => '_bbp_old_user_id' 406 ); 407 408 // Store old user password (Stored in usermeta serialized with salt) 409 409 $this->field_map[] = array( 410 410 'from_tablename' => 'users', … … 415 415 ); 416 416 417 // Store old User Salt (This is only used for the SELECT row info for the above password save)417 // Store old user salt (This is only used for the SELECT row info for the above password save) 418 418 $this->field_map[] = array( 419 419 'from_tablename' => 'users',
Note: See TracChangeset
for help on using the changeset viewer.