[dev] Patch for Metar Block

Rick Emery rick at emery.homelinux.net
Thu Feb 5 16:25:15 PST 2004


fix typo

--
Rick Emery

"When once you have tasted flight, you will forever walk the Earth
 with your eyes turned skyward, for there you have been, and there
 you will always long to return"
                                              -- Leonardo Da Vinci
-------------- next part --------------
Index: metar.php
===================================================================
RCS file: /repository/horde/lib/Block/metar.php,v
retrieving revision 1.10
diff -u -r1.10 metar.php
--- metar.php	5 Feb 2004 22:10:15 -0000	1.10
+++ metar.php	5 Feb 2004 23:43:50 -0000
@@ -237,7 +237,7 @@
         // Remarks.
         if (isset($weather['remark'])) {
             $remarks = '';
-            $others = '';
+            $other = '';
             foreach ($weather['remark'] as $remark => $value) {
                 switch ($remark) {
                 case 'seapressure':


More information about the dev mailing list