[Phphtmllib-devel] SF.net SVN: phphtmllib:[3418] trunk/open2300/lib/modules/home/widgets/ RemoteMet
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-03-03 19:27:46
|
Revision: 3418 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3418&view=rev Author: hemna Date: 2010-03-03 19:27:40 +0000 (Wed, 03 Mar 2010) Log Message: ----------- added full url to image Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc 2010-03-03 19:26:17 UTC (rev 3417) +++ trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc 2010-03-03 19:27:40 UTC (rev 3418) @@ -150,7 +150,7 @@ $filename .= $clouds.".jpg"; } - $conditions["filename"] = $filename; + $conditions["filename"] = "http://".$GLOBALS["config"]->get("sitename").$filename; if (file_exists($GLOBALS['path_base']."/htdocs".$filename)) { $conditions["banner"] = "yes"; } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |