Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 659-663 (lines=5) @@
656
					}
657
658
					// Destination.
659
					if ( false !== $current_destination ) {
660
						$current_day['destination_to_tour'] = array( $current_destination );
661
					} else {
662
						$current_day['destination_to_tour'] = array();
663
					}
664
665
					// Included.
666
					if ( false !== $importable_content && in_array( 'itinerary_included', $importable_content ) && isset( $day['included'] ) && '' !== $day['included'] ) {
@@ 731-735 (lines=5) @@
728
				}
729
730
				// Destination.
731
				if ( false !== $current_destination ) {
732
					$current_day['destination_to_tour'] = array( $current_destination );
733
				} else {
734
					$current_day['destination_to_tour'] = array();
735
				}
736
737
				// Included.
738
				if ( false !== $importable_content && in_array( 'itinerary_included', $importable_content ) && isset( $leg['included'] ) && '' !== $leg['included'] ) {