Changeset 7777
- Timestamp:
- Apr 16, 2010, 12:49:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/KMLFile.class.php
r7776 r7777 384 384 for ($i = 1; $i < $linesCount - 1; $i++) { 385 385 $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. 386 389 $lineContent[1] = str_replace('CNode', '', $lineContent[1]); 387 echo $lineContent[1];388 390 389 391 if (count($lineContent) != count($this->fileContent)) {
Note:
See TracChangeset
for help on using the changeset viewer.