[Phphtmllib-devel] SF.net SVN: phphtmllib:[3175] trunk/open2300/lib/modules/home/widgets/ MetarText
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-07 04:46:51
|
Revision: 3175 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3175&view=rev Author: hemna Date: 2008-11-07 04:46:42 +0000 (Fri, 07 Nov 2008) Log Message: ----------- yuk:z Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 04:45:42 UTC (rev 3174) +++ trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 04:46:42 UTC (rev 3175) @@ -48,7 +48,7 @@ $cur_date->setTimezone(new DateTimeZone("UTC")); $metar .= " ".$cur_date->format("dHi")."Z AUTO "; } else { - $metar .= "NODATE AUTO"; + $metar .= " 000000Z AUTO"; } $outside_temp = $this->wx->get_temp_out(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |