[ phpweather-Bugs-1410524 ] ERROR in Metar.php
Brought to you by:
iridium
From: SourceForge.net <no...@so...> - 2006-01-20 07:30:08
|
Bugs item #1410524, was opened at 2006-01-20 08:30 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245 |