Changeset 7644
- Timestamp:
- Apr 1, 2010, 11:46:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/KMLFile.class.php
r7642 r7644 58 58 private $fileContent = array('string', 'string', 'integer', 'double', 'integer', 'integer', 'integer', 'integer'); 59 59 60 private $KMLPlacemarks = array();60 private $KMLPlacemarks; 61 61 62 62 /* … … 66 66 */ 67 67 public function __construct() { 68 $this->KMLPlacemarks = array(); 68 69 } 69 70
Note:
See TracChangeset
for help on using the changeset viewer.