Ignore:
Timestamp:
Apr 18, 2010, 10:56:54 PM (15 years ago)
Author:
Pieter Naber
Message:

Doesn't work offline. Can PHP function simplexml_load_file() deal with the header("Location: ...") redirect of kml.php?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/inc/LogHandler.class.php

    r7803 r7842  
    118118                if ($logno <= LOG_LEVEL_MAIL) {
    119119                        global $config;
    120                         mail($config['mail'], 'Nodemap error', $errorString);
     120                        @mail($config['mail'], 'Nodemap error', $errorString);
    121121                }
    122122        }
Note: See TracChangeset for help on using the changeset viewer.