]> dev.renevier.net Git - syp.git/blobdiff - items.php
fix broken script in wizard.php
[syp.git] / items.php
index bcf5f1fc9757c50b33097c72bec649a0c9f738f4..2ce7c41bac98dcdb213c9cf14a421f7b1f4b38d2 100644 (file)
--- a/items.php
+++ b/items.php
@@ -8,6 +8,8 @@ require_once ("./inc/db/mysql.php");
 
 function main ($features) {
 
+    header ("Cache-control: no-cache");
+
     echo '<?xml version="1.0" encoding="UTF-8"?>
 <kml xmlns="http://www.opengis.net/kml/2.2">
   <Document>
@@ -21,7 +23,7 @@ function main ($features) {
         $title = htmlspecialchars ($feature->title, ENT_QUOTES);
         $description = htmlspecialchars ($feature->description, ENT_QUOTES);
         $imgurl = ($feature->imgpath ? 
-                    full_url_from_filename ($feature->imgpath)
+                    full_url_from_imgpath ($feature->imgpath)
                     : "");
         $lon = $feature->lon;
         $lat = $feature->lat;