|
@@ 645-649 (lines=5) @@
|
| 642 |
|
} |
| 643 |
|
|
| 644 |
|
// Accommodation. |
| 645 |
|
if ( false !== $current_accommodation ) { |
| 646 |
|
$current_day['accommodation_to_tour'] = array( $current_accommodation ); |
| 647 |
|
} else { |
| 648 |
|
$current_day['accommodation_to_tour'] = array(); |
| 649 |
|
} |
| 650 |
|
|
| 651 |
|
// Destination. |
| 652 |
|
if ( false !== $current_destination ) { |
|
@@ 703-707 (lines=5) @@
|
| 700 |
|
} |
| 701 |
|
|
| 702 |
|
// Accommodation. |
| 703 |
|
if ( false !== $current_accommodation ) { |
| 704 |
|
$current_day['accommodation_to_tour'] = array( $current_accommodation ); |
| 705 |
|
} else { |
| 706 |
|
$current_day['accommodation_to_tour'] = array(); |
| 707 |
|
} |
| 708 |
|
|
| 709 |
|
// Destination. |
| 710 |
|
if ( false !== $current_destination ) { |