[Phphtmllib-devel] SF.net SVN: phphtmllib:[3472] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-06-16 22:20:57
|
Revision: 3472
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3472&view=rev
Author: hemna
Date: 2010-06-16 22:20:51 +0000 (Wed, 16 Jun 2010)
Log Message:
-----------
updates
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:17:26 UTC (rev 3471)
+++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 22:20:51 UTC (rev 3472)
@@ -69,7 +69,7 @@
return $wxInfo;
}
- protected function get_runways($airport, $wxInfo) {
+ protected function get_runways(&$airport, &$wxInfo) {
$runways = $airport["runways"];
$info = array();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|