Skip to content

Commit

Permalink
adding meeting results debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Apr 3, 2019
1 parent b399940 commit e39d3eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions endpoints/meeting-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ function sendSms($message)
echo "<Say voice=\"" . setting('voice') . "\" language=\"" . setting('language') . "\">" . word('starts_at') . " " . $results[1] . "</Say>";
echo "<Pause length=\"1\"/>";
echo "<Say voice=\"" . setting('voice') . "\" language=\"" . setting('language') . "\">" . $location_line . "</Say>";

if (isset($_REQUEST["Debug"])) {
echo "<Say voice=\"" . setting('voice') . "\" language=\"" . setting('language') . "\">" . json_encode($filtered_list[$i]) . "</Say>";
}
}

$results_counter++;
Expand Down

0 comments on commit e39d3eb

Please sign in to comment.