gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Fix a mistyped variable name in gpsd.php.in


From: Beat Bolli
Subject: [gpsd-dev] [PATCH] Fix a mistyped variable name in gpsd.php.in
Date: Wed, 26 Oct 2011 23:49:00 +0200

---
 gpsd.php.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gpsd.php.in b/gpsd.php.in
index 674be1e..fe23c5d 100644
--- a/gpsd.php.in
+++ b/gpsd.php.in
@@ -414,7 +414,7 @@ width="600" height="600"/>
 <p class="caption">A filled circle means the satellite was used in
 the last fix. Green-yellow-red colors indicate signal strength in dB,
 green=most and red=least.  Diamonds indicate SBAS satellites.</p>
-{$gmap_code}</td>
+{$map_code}</td>
 </tr>
 EOF;
 
-- 
1.7.7



reply via email to

[Prev in Thread] Current Thread [Next in Thread]