Changeset 1787 for trunk/site/myboat.php

Show
Ignore:
Timestamp:
09/06/10 12:40:13 (21 months ago)
Author:
spf
Message:

and remove after the gate info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/myboat.php

    r1786 r1787  
    202202            $status_content.="Gate Coords=<b>" .  
    203203              round($wp['latitude1']/1000,3) . "," . round($wp['longitude1']/1000,3) .  
    204               " <----> " . round($wp['latitude2']/1000,3) . "," . round($wp['longitude2']/1000,3) . " $wpsymbols </b>"; 
     204              " <----> " . round($wp['latitude2']/1000,3) . "," . round($wp['longitude2']/1000,3) . "</b>"; 
    205205         } else { 
    206206            $wp_south = $wp_north = $wp['latitude1']; 
     
    208208   
    209209                $status_content.="Waypoint Coords=<b>" .  
    210                                 round($wp_south/1000,3) . "," . round($wp_east/1000,3) . " ($wp_laisser_au) $wpsymbols" . "</b><br />";  
     210                                round($wp_south/1000,3) . "," . round($wp_east/1000,3) . " ($wp_laisser_au)" . "</b><br />";  
    211211   
    212212         }