[Phphtmllib-devel] SF.net SVN: phphtmllib:[3501] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-06-17 19:38:00
|
Revision: 3501 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3501&view=rev Author: hemna Date: 2010-06-17 19:37:54 +0000 (Thu, 17 Jun 2010) Log Message: ----------- clouds Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-17 19:31:54 UTC (rev 3500) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-17 19:37:54 UTC (rev 3501) @@ -465,7 +465,7 @@ } else { if (preg_match('/^([A-Z]{2,3})([0-9]{3})/',$part,$pieces)) { // codes for CB and TCU are ignored - $wxInfo['CLOUDS'] = $cloudCode[$pieces[1]]; + $wxInfo['Clouds'] = $cloudCode[$pieces[1]]; if ($pieces[1] == 'VV') { $altitude = (integer) 100 * $pieces[2]; // units are feet $wxInfo['Clouds'] .= " to $altitude ft"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |