From 6d70e210746a391a13f7797baf5b850dfa271dc1 Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Sat, 19 Oct 2019 19:59:59 +0100 Subject: add TODOs and link to source --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index 049c945..9b9e65c 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ tr:nth-child(even) {background-color: #f2f2f2;}

bus.of.je | Liberty Bus Timetables

+
source? ' . $rowStop['stop_name'] . ''; foreach ($trips as $trip) { $found=False; @@ -130,6 +133,7 @@ else { foreach ($servUpdates as $update) { echo $update['content'] . '- Affected Routes: ' . implode(", ",$update['services']) . '

'; } + // TODO: sort routes to print in (alpha)numerical order foreach ($routes as $route) { echo '

' . $route['service_number'] . ' - ' . $route['service_name'] . '

'; } -- cgit v1.2.3