Пример #1
0
 function trav_tour_get_country($tour_id)
 {
     return trav_post_get_location($tour_id, 'tour', 'country');
 }
Пример #2
0
 function trav_acc_get_country($acc_id)
 {
     return trav_post_get_location($acc_id, 'accommodation', 'country');
 }