More PHP 5.4 fixes
[busui.git] / labs / stopBrowser.kml.php
blob:a/labs/stopBrowser.kml.php -> blob:b/labs/stopBrowser.kml.php
--- a/labs/stopBrowser.kml.php
+++ b/labs/stopBrowser.kml.php
@@ -34,7 +34,7 @@
 
 include ('../include/common.inc.php');
 $debugOkay = Array(); // disable debugging output even on dev server
-//$contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000);
+$contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000);
 foreach ($contents as $stop) {
     $description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . " <br>";
     $trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3);