Changeset 7644


Ignore:
Timestamp:
Apr 1, 2010, 11:46:47 AM (15 years ago)
Author:
Pieter Naber
Message:

Updated KMLFile constructor

File:
1 edited

Legend:

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

    r7642 r7644  
    5858        private $fileContent = array('string', 'string', 'integer', 'double', 'integer', 'integer', 'integer', 'integer');
    5959
    60         private $KMLPlacemarks = array();
     60        private $KMLPlacemarks;
    6161
    6262        /*
     
    6666         */
    6767        public function __construct() {
     68                $this->KMLPlacemarks = array();
    6869        }
    6970
Note: See TracChangeset for help on using the changeset viewer.