Changeset 7372 for trunk/src/includes/admin/converters/FluxBB.php
- Timestamp:
- 11/18/2025 12:55:54 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/FluxBB.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/FluxBB.php
r7352 r7372 455 455 456 456 // Store old user salt (This is only used for the SELECT row info for the above password save) 457 // $this->field_map[] = array( 458 // 'from_tablename' => 'users', 459 // 'from_fieldname' => 'salt', 460 // 'to_type' => 'user', 461 // 'to_fieldname' => '' 462 // ); 457 /* 458 $this->field_map[] = array( 459 'from_tablename' => 'users', 460 'from_fieldname' => 'salt', 461 'to_type' => 'user', 462 'to_fieldname' => '' 463 ); 464 */ 463 465 464 466 // User password verify class (Stored in usermeta for verifying password)
Note: See TracChangeset
for help on using the changeset viewer.