summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:00:22 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:00:22 +0100
commit94aedf7b620be289e8edde5ae81e98385bd1e22c (patch)
tree71475230df021deb0da28b23e41fb74aa6bd29db
parentac9ac02be07aef1bcf356d4bc32b63c68ad90fbc (diff)
Test
-rw-r--r--kml/data.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/kml/data.php b/kml/data.php
index e0d58ba..df18697 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -48,6 +48,8 @@ $links = array();
$already = array();
$count = array();
+printf("def %s");
+
$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()) {
$locids[$data->ip]= $data->locid;