summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:00:54 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:00:54 +0100
commit412cca2e016e6fe1b7998c84262a70e3ea79dbd7 (patch)
tree561550f058976807ea2dc7c4ef7162464c0617a1
parent94aedf7b620be289e8edde5ae81e98385bd1e22c (diff)
Test
-rw-r--r--kml/data.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/kml/data.php b/kml/data.php
index df18697..01b4f2c 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -48,7 +48,8 @@ $links = array();
$already = array();
$count = array();
-printf("def %s");
+printf("abc %s", $locations);
+exit;
$db->query("SELECT ip, ip.name as ipname,location.id as locid,location.name as locname, node.name as nodename FROM ip, node, location WHERE ip.node_id = node.id and node.location_id=location.id");
while ($data = $db->getNextObject()) {
@@ -68,10 +69,6 @@ if($conf['acl']['auth'])
else
$db->query("SELECT id as locid, name as locname, pixel_x, pixel_y, gallery_link, location.hastinc as hastinc FROM location WHERE location.hidden = 0 ORDER BY name ASC");
-printf("abc %s", $locations);
-exit;
-
-
while ($data = $db->getNextObject()) {
if ($data->pixel_x == "0")
continue;