[Phphtmllib-devel] SF.net SVN: phphtmllib:[3471] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-06-16 22:17:34
|
Revision: 3471
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3471&view=rev
Author: hemna
Date: 2010-06-16 22:17:26 +0000 (Wed, 16 Jun 2010)
Log Message:
-----------
bleh
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 22:16:02 UTC (rev 3470)
+++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 22:17:26 UTC (rev 3471)
@@ -84,7 +84,7 @@
return $info;
}
- protected function do_crosswind($runway, $wind) {
+ protected function do_crosswind(&$runway, $wind) {
$number = substr($runway["runway_number"],0,2)."0";
$direction = $wind["angle"];
$speed = $wind["speed"];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|