Ignore:
Timestamp:
Mar 31, 2010, 1:32:46 PM (15 years ago)
Author:
Pieter Naber
Message:

Updated ErrorHandler to use our LogHandler. Updated LogHandler with an adjustable error level.

File:
1 edited

Legend:

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

    r7632 r7637  
    4949        }
    5050
    51         function setLONGITUDE($newLONGITUDE) {
    52                 $this->longitude = (double) $newLONGITUDE;
     51        function setLongitude($newLongitude) {
     52                $this->longitude = (double) $newLongitude;
    5353        }
    5454
    55         function setLATITUDE($newLATITUDE) {
    56                 $this->latitude = (double) $newLATITUDE;
     55        function setLatitude($newLatitude) {
     56                $this->latitude = (double) $newLatitude;
    5757        }
    5858
Note: See TracChangeset for help on using the changeset viewer.