|
@@ 652-656 (lines=5) @@
|
| 649 |
|
} |
| 650 |
|
|
| 651 |
|
// Accommodation. |
| 652 |
|
if ( false !== $current_accommodation ) { |
| 653 |
|
$current_day['accommodation_to_tour'] = array( $current_accommodation ); |
| 654 |
|
} else { |
| 655 |
|
$current_day['accommodation_to_tour'] = array(); |
| 656 |
|
} |
| 657 |
|
|
| 658 |
|
// Destination. |
| 659 |
|
if ( false !== $current_destination ) { |
|
@@ 724-728 (lines=5) @@
|
| 721 |
|
} |
| 722 |
|
|
| 723 |
|
// Accommodation. |
| 724 |
|
if ( false !== $current_accommodation ) { |
| 725 |
|
$current_day['accommodation_to_tour'] = array( $current_accommodation ); |
| 726 |
|
} else { |
| 727 |
|
$current_day['accommodation_to_tour'] = array(); |
| 728 |
|
} |
| 729 |
|
|
| 730 |
|
// Destination. |
| 731 |
|
if ( false !== $current_destination ) { |