Skip to content

Commit d1f7f4e

Browse files
committed
Now lists tours even if they are failing 404 checks
1 parent 81897b3 commit d1f7f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

step0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
include('inc/config.php');
1919

2020
// Search all Tours/Hotels
21-
$result = $tourcms->search_tours("order=tour_name", $channel);
21+
$result = $tourcms->search_tours("order=tour_name&404_tour_url=all", $channel);
2222

2323
// Print out an error if there is one
2424
// Otherwise loop through Tours/Hotels and display them

0 commit comments

Comments
 (0)