[Phphtmllib-devel] SF.net SVN: phphtmllib:[3529] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-07-11 20:53:31
|
Revision: 3529
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3529&view=rev
Author: hemna
Date: 2010-07-11 20:53:24 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
make sure we use the cache now
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-07-09 23:25:33 UTC (rev 3528)
+++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-07-11 20:53:24 UTC (rev 3529)
@@ -68,7 +68,7 @@
$cache_key = "METAR_".$icao;
$info = $this->cache->get($cache_key);
- if ($info && false) {
+ if ($info) {
$wxInfo = $info;
return $wxInfo;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|