[Phphtmllib-devel] SF.net SVN: phphtmllib:[3339] trunk/open2300/lib/modules/graphs/ TempDewPointLin
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-21 22:17:35
|
Revision: 3339 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3339&view=rev Author: hemna Date: 2010-02-21 22:17:29 +0000 (Sun, 21 Feb 2010) Log Message: ----------- fixed date string in the title of the image 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-21 22:12:06 UTC (rev 3338) +++ trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2010-02-21 22:17:29 UTC (rev 3339) @@ -74,7 +74,7 @@ $graph->Add($lineplot); $graph->Add($lineplot2); - $graph->title->Set("Temperature ".date("D, M d Y H:i:s")); + $graph->title->Set("Temperature ".date("D, M d Y H:i:s", 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. |