Changeset 7777


Ignore:
Timestamp:
Apr 16, 2010, 12:49:39 AM (15 years ago)
Author:
Pieter Naber
Message:

Some comment, always nice.

File:
1 edited

Legend:

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

    r7776 r7777  
    384384                for ($i = 1; $i < $linesCount - 1; $i++) {
    385385                        $lineContent = explode(',', $fileContents[$i]);
     386
     387                        // Names in the status file are in the format "CNode%NAME%".
     388                        // We need to remove the CNode so it matches the location file.
    386389                        $lineContent[1] = str_replace('CNode', '', $lineContent[1]);
    387                         echo $lineContent[1];
    388390
    389391                        if (count($lineContent) != count($this->fileContent)) {
Note: See TracChangeset for help on using the changeset viewer.