|
@@ 638-642 (lines=5) @@
|
| 635 |
|
} |
| 636 |
|
|
| 637 |
|
// Itinerary Gallery. |
| 638 |
|
if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $day['images'] ) ) { |
| 639 |
|
$current_day['featured_image'] = ''; |
| 640 |
|
} else { |
| 641 |
|
$current_day['featured_image'] = ''; |
| 642 |
|
} |
| 643 |
|
|
| 644 |
|
// Accommodation. |
| 645 |
|
if ( false !== $current_accommodation ) { |
|
@@ 696-700 (lines=5) @@
|
| 693 |
|
} |
| 694 |
|
|
| 695 |
|
// Itinerary Gallery. |
| 696 |
|
if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $leg['images'] ) ) { |
| 697 |
|
$current_day['featured_image'] = ''; |
| 698 |
|
} else { |
| 699 |
|
$current_day['featured_image'] = ''; |
| 700 |
|
} |
| 701 |
|
|
| 702 |
|
// Accommodation. |
| 703 |
|
if ( false !== $current_accommodation ) { |