[Phphtmllib-devel] SF.net SVN: phphtmllib:[3467] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-06-16 21:26:22
|
Revision: 3467 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3467&view=rev Author: hemna Date: 2010-06-16 21:26:16 +0000 (Wed, 16 Jun 2010) Log Message: ----------- use reference 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-16 21:25:05 UTC (rev 3466) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 21:26:16 UTC (rev 3467) @@ -73,7 +73,7 @@ $runways = $airport["runways"]; $info = array(); - foreach($runways as $runway) { + foreach($runways as &$runway) { $width = $runway["runway_width"] * 3.2808399; $info[] = array("number" => $runway["runway_number"], "length" => $runway["length"], This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |