From: maxious Date: Tue, 11 Oct 2011 03:59:10 +0000 Subject: Depreciate timing points list as all points are now timed X-Git-Url: https://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=35f99ceaf07392628113b9e6f9b9114d3006e01e --- Depreciate timing points list as all points are now timed --- --- a/index.php +++ b/index.php @@ -26,8 +26,7 @@ Launch Trip Planner... --- a/stopList.php +++ b/stopList.php @@ -21,7 +21,7 @@ return substr(trim(preg_replace("/\(Platform.*/", "", $stopName)),0,9); } function stopGroupTitle($stopName,$stopdesc) { - if (preg_match("/Dr |Cct |Cir |Av |St /",$stopName)) { + if (preg_match("/Dr |Cct |Cir |Av |St |Cr |Parade |Way |Bank /",$stopName)) { $descParts = explode("
",$stopdesc); return trim(str_replace("Street: ","",$descParts[0])); } else { @@ -32,10 +32,9 @@ echo '
'; @@ -60,12 +59,7 @@ echo ''; } else { // Timing Points / All stops - if (isset($allstops)) { - $listType = 'allstops=yes'; - $stops = getStops($firstLetter); - include_header("All Stops", "stopList"); - navbar(); - } else if (isset($nearby)) { + if (isset($nearby)) { $listType = 'nearby=yes'; include_header("Nearby Stops", "stopList", true, true); trackEvent("Stop Lists", "Stops Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']); @@ -96,10 +90,11 @@ navbar(); trackEvent("Stop Lists", "Stops By Suburb", $suburb); } else { - $stops = getStops(true, $firstLetter); - include_header("Timing Points / Major Stops", "stopList"); + $listType = 'allstops=yes'; + $stops = getStops($firstLetter); + include_header("Stops by Name", "stopList"); navbar(); - } + } echo '