[Phphtmllib-devel] SF.net SVN: phphtmllib:[3375] trunk/open2300/lib/modules/graphs/ TempDewPointLin
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-26 07:22:26
|
Revision: 3375 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3375&view=rev Author: hemna Date: 2010-02-26 07:22:16 +0000 (Fri, 26 Feb 2010) Log Message: ----------- pulled time Modified Paths: -------------- trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc Modified: trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc =================================================================== --- trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2010-02-26 07:17:15 UTC (rev 3374) +++ trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2010-02-26 07:22:16 UTC (rev 3375) @@ -74,7 +74,7 @@ $graph->Add($lineplot); $graph->Add($lineplot2); - $graph->title->Set("Temperature ".date("D, M d Y H:i:s", strtotime($this->date))); + $graph->title->Set("Temperature ".date("D, M d Y", strtotime($this->date))); //$graph->title->SetPos(300,100); $graph->yaxis->title->Set("Farhenheit"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |