Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 737-741 (lines=5) @@
734
					}
735
736
					// Destination.
737
					if ( false !== $current_destination ) {
738
						$current_day['destination_to_tour'] = array( $current_destination );
739
					} else {
740
						$current_day['destination_to_tour'] = array();
741
					}
742
743
					// Included.
744
					if ( false !== $importable_content && in_array( 'itinerary_included', $importable_content ) && isset( $day['included'] ) && '' !== $day['included'] ) {
@@ 795-799 (lines=5) @@
792
				}
793
794
				// Destination.
795
				if ( false !== $current_destination ) {
796
					$current_day['destination_to_tour'] = array( $current_destination );
797
				} else {
798
					$current_day['destination_to_tour'] = array();
799
				}
800
801
				//Included
802
				if ( false !== $importable_content && in_array( 'itinerary_included', $importable_content ) && isset( $leg['included'] ) && '' !== $leg['included'] ) {