[Phphtmllib-devel] SF.net SVN: phphtmllib:[3549] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2011-09-03 06:27:56
|
Revision: 3549 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3549&view=rev Author: hemna Date: 2011-09-03 06:27:50 +0000 (Sat, 03 Sep 2011) Log Message: ----------- send along the wikipedia url Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2011-09-03 06:15:41 UTC (rev 3548) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2011-09-03 06:27:50 UTC (rev 3549) @@ -135,6 +135,10 @@ //we changed settings, save them to the cache. $this->cache->set($icao,$airport); } + + if (isset($airport["wikipedia_url"])) { + $wxInfo["wikipedia_url"] = $airport["wikipedia_url"]; + } //$this->metars[] = $wxInfo; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |