|
@@ 645-649 (lines=5) @@
|
| 642 |
|
} |
| 643 |
|
|
| 644 |
|
// Itinerary Gallery. |
| 645 |
|
if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $day['images'] ) ) { |
| 646 |
|
$current_day['featured_image'] = ''; |
| 647 |
|
} else { |
| 648 |
|
$current_day['featured_image'] = ''; |
| 649 |
|
} |
| 650 |
|
|
| 651 |
|
// Accommodation. |
| 652 |
|
if ( false !== $current_accommodation ) { |
|
@@ 717-721 (lines=5) @@
|
| 714 |
|
} |
| 715 |
|
|
| 716 |
|
// Itinerary Gallery. |
| 717 |
|
if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $leg['images'] ) ) { |
| 718 |
|
$current_day['featured_image'] = ''; |
| 719 |
|
} else { |
| 720 |
|
$current_day['featured_image'] = ''; |
| 721 |
|
} |
| 722 |
|
|
| 723 |
|
// Accommodation. |
| 724 |
|
if ( false !== $current_accommodation ) { |