Code Duplication    Length = 5-5 lines in 2 locations

classes/class-lsx-wetu-importer-tours.php 2 locations

@@ 643-647 (lines=5) @@
640
					}
641
642
					// Accommodation.
643
					if ( false !== $current_accommodation ) {
644
						$current_day['accommodation_to_tour'] = array( $current_accommodation );
645
					} else {
646
						$current_day['accommodation_to_tour'] = array();
647
					}
648
649
					// Destination.
650
					if ( false !== $current_destination ) {
@@ 701-705 (lines=5) @@
698
				}
699
700
				// Accommodation.
701
				if ( false !== $current_accommodation ) {
702
					$current_day['accommodation_to_tour'] = array( $current_accommodation );
703
				} else {
704
					$current_day['accommodation_to_tour'] = array();
705
				}
706
707
				// Destination.
708
				if ( false !== $current_destination ) {