Skip to content

Commit 435da33

Browse files
committed
Fixed config-example
1 parent 31ad09a commit 435da33

File tree

1 file changed

+1
-60
lines changed

1 file changed

+1
-60
lines changed

inc/config-example.php

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -141,66 +141,7 @@
141141
"channel->home_url",
142142
"channel->home_url_tracked"
143143
),
144-
145-
// Tour Search (all channels)
146-
"/p/tours/search.xml" => array(
147-
"tour_id",
148-
"channel_id",
149-
"tour_name",
150-
"has_sale",
151-
"has_f",
152-
"has_d",
153-
"has_h",
154-
"has_sale_jan",
155-
"has_sale_feb",
156-
"has_sale_mar",
157-
"has_sale_apr",
158-
"has_sale_may",
159-
"has_sale_jun",
160-
"has_sale_jul",
161-
"has_sale_aug",
162-
"has_sale_sep",
163-
"has_sale_oct",
164-
"has_sale_nov",
165-
"has_sale_dec",
166-
"tour_code",
167-
"from_price",
168-
"from_price_display",
169-
"from_price_jan",
170-
"from_price_feb",
171-
"from_price_mar",
172-
"from_price_apr",
173-
"from_price_may",
174-
"from_price_jun",
175-
"from_price_jul",
176-
"from_price_aug",
177-
"from_price_sep",
178-
"from_price_oct",
179-
"from_price_nov",
180-
"from_price_dec",
181-
"sale_currency",
182-
"thumbnail_image",
183-
"country",
184-
"duration_desc",
185-
"duration",
186-
"location",
187-
"summary",
188-
"shortdesc",
189-
"available",
190-
"tour_url",
191-
"tour_url_tracked",
192-
"book_url",
193-
"tourleader_type",
194-
"grade",
195-
"accomrating",
196-
"product_type",
197-
"channel->channel_name",
198-
"channel->logo_url",
199-
"channel->lang",
200-
"channel->home_url",
201-
"channel->home_url_tracked"
202-
),
203-
144+
204145
// Tour Show
205146
"/c/tour/show.xml" => array(
206147
"tour_id",

0 commit comments

Comments
 (0)