From: maxious Date: Sat, 05 Mar 2011 12:09:41 +0000 Subject: Grouping of identical stops on trip view X-Git-Url: https://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=8e1cb745a4d04973552e2448eb1a30d8fafa85b4 --- Grouping of identical stops on trip view --- --- a/common-net.inc.php +++ b/common-net.inc.php @@ -9,6 +9,7 @@ $page = curl_exec($ch); if (curl_errno($ch)) echo " Database temporarily unavailable: " . curl_errno($ch) . " " . curl_error($ch) . "
"; curl_close($ch); + debug(print_r($page,true),"json"); return $page; } function curPageURL() --- a/common-template.inc.php +++ b/common-template.inc.php @@ -6,7 +6,7 @@ ' . $pageTitle . ''; - if (isDebug()) echo ' + if (isDebugServer()) echo ' '; else echo ' --- a/routeList.php +++ b/routeList.php @@ -14,7 +14,6 @@ echo '