[ phpweather-Bugs-1410524 ] ERROR in Metar.php
Brought to you by:
iridium
From: SourceForge.net <no...@so...> - 2006-03-09 17:59:09
|
Bugs item #1410524, was opened at 2006-01-20 07:30 Message generated for change (Comment added) made by iridium 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: Pending 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: Max Hammond (iridium) Date: 2006-03-09 17: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 |