From 150d595ef5e09381fc14cc47966f8335310c8779 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 15:08:02 +0100 Subject: Test --- kml/data.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'kml/data.php') diff --git a/kml/data.php b/kml/data.php index 6b169a7..dacdbc8 100644 --- a/kml/data.php +++ b/kml/data.php @@ -390,7 +390,6 @@ foreach ($locations as $location) { $data = $locations[$location->locid]; //printf("\t" . '' . "\n", // $data->locid, $data->locname, $data->lat, $data->lng, $data->pixel_x, $data->pixel_y, $data->state, $data->gallery_link, $data->dnsnames); - if ($data->state!='offline') { printf("\t" .'' . "\n", $data->locid); printf("\t" .' %s' . "\n", $data->locname); printf("\t" .'
%s

%s

#%s, %s
' . "\n", $data->gallery_link, $data->dnsnames, $data->locid, $data->state); @@ -403,7 +402,6 @@ foreach ($locations as $location) { printf("\t" .' ' . "\n"); printf("\t" .' ' . "\n"); printf("\t" .'
' . "\n"); - } } ?> -- cgit v1.2.1