Ignore:
Timestamp:
Apr 12, 2010, 9:02:57 PM (15 years ago)
Author:
Pieter Naber
Message:

Placed error in HTML/XML comment tags: <!-- -->
Temporary solution.

File:
1 edited

Legend:

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

    r7725 r7727  
    8686                if ($logno <= LOG_LEVEL_ECHO) {
    8787                        // TODO: David: Make it possible to echo as comment in a KML, HTML, SQL or an other file
    88                         echo $errorString;
     88                        echo '<!-- ' . $errorString . ' -->';
    8989                }
    9090                if ($logno <= LOG_LEVEL_WRITE) {
Note: See TracChangeset for help on using the changeset viewer.