From 17922abc8c0a58ef949a90cb164bddbd4f4e37f5 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 15:07:41 +0100 Subject: Test --- kml/data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kml/data.php') diff --git a/kml/data.php b/kml/data.php index 72f7056..6b169a7 100644 --- a/kml/data.php +++ b/kml/data.php @@ -390,7 +390,7 @@ 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=='online') { + 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); -- cgit v1.2.1