Changeset 7379 for trunk/src/includes/admin/converters/e107v1.php
- Timestamp:
- 11/24/2025 07:23:06 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/e107v1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/e107v1.php
r7378 r7379 586 586 if ( ! is_null( $row ) ) { 587 587 $this->map_userid[ $field ] = $row->value_id; 588 } elseif ( true === $this->convert_users ) { 589 $this->map_userid[ $field ] = 0; 588 590 } else { 589 if ( true === $this->convert_users ) { 590 $this->map_userid[ $field ] = 0; 591 } else { 592 $this->map_userid[ $field ] = $field; 593 } 591 $this->map_userid[ $field ] = $field; 594 592 } 595 593 }
Note: See TracChangeset
for help on using the changeset viewer.