Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 730-734 (lines=5) @@
727
					}
728
729
					// Accommodation.
730
					if ( false !== $current_accommodation ) {
731
						$current_day['accommodation_to_tour'] = array( $current_accommodation );
732
					} else {
733
						$current_day['accommodation_to_tour'] = array();
734
					}
735
736
					// Destination.
737
					if ( false !== $current_destination ) {
@@ 788-792 (lines=5) @@
785
				}
786
787
				// Accommodation.
788
				if ( false !== $current_accommodation ) {
789
					$current_day['accommodation_to_tour'] = array( $current_accommodation );
790
				} else {
791
					$current_day['accommodation_to_tour'] = array();
792
				}
793
794
				// Destination.
795
				if ( false !== $current_destination ) {