Changeset 7799 for trunk/src/kml.php


Ignore:
Timestamp:
Apr 17, 2010, 12:01:51 PM (15 years ago)
Author:
Pieter Naber
Message:

Small bug fixing + formating code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kml.php

    r7771 r7799  
    2828        // Write the file to the server
    2929        $file = new FileHandler($config['root'] . '/kml/nodemap-' . $time . '.kml', 'w');
    30         $file->write($kmlFile->toString());     // Function doesn't work yet... Waiting for David...
     30        $file->write($kmlFile->toString());
    3131}
    3232
    33 //header('Location: ' . $config['root'] . '/kml/nodemap-' . $time . '.kml');
     33header('Location: ' . $config['root'] . '/kml/nodemap-' . $time . '.kml');
    3434?>
Note: See TracChangeset for help on using the changeset viewer.