Ignore:
Timestamp:
12/10/2008 04:45:22 PM (3 years ago)
Author:
Ernest0x
Message:

PHP 5.x fixes (mostly fixes for warnings and notices)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/globals/classes/geocalc.php

    r90 r187  
    1 <? 
     1<?php 
    22 
    33// This code was converted to PHP from Visual C++ 
     
    5959 
    6060    if (($ilat1 == $ilat2) && ($ilon1 == $ilon2)) { 
    61       return result; 
     61      return $result; 
    6262    } 
    6363    else if ($ilat1 == $ilat2) { 
Note: See TracChangeset for help on using the changeset viewer.