Bugs item #1410524, was opened at 01/19/06 23:30
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP code
Group: phpweather-2.x
>Status: Closed
Priority: 5
Submitted By: lutzl (lutzlegu)
Assigned to: Nobody/Anonymous (nobody)
Summary: ERROR in Metar.php
Initial Comment:
in Metar.php in Section $metarcode = array(......
Line 362 "wind"=>"(\d3.............(\w{2,3})",
The last expression (\w{2,3}) gives an ERROR when using
Station EDDP ( Leipzig-Schkeuditz, Germany ) I think it
is better to use (\D{2,3}). Station EDDP works then fine...
greetings
Lutz
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 03/23/06 19:21
Message:
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Max Hammond (iridium)
Date: 03/09/06 09:59
Message:
Logged In: YES
user_id=81516
Which version of phpweather are you using? I can't see any
such code (or even file) in the version of PHPweather in CVS?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245
|