[Phphtmllib-devel] SF.net SVN: phphtmllib:[3266] trunk/open2300/lib/modules/graphs/gauge/ myTempera
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 16:17:31
|
Revision: 3266 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3266&view=rev Author: hemna Date: 2009-10-14 16:17:18 +0000 (Wed, 14 Oct 2009) Log Message: ----------- update offset Modified Paths: -------------- trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php Modified: trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php =================================================================== --- trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-14 16:06:32 UTC (rev 3265) +++ trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-14 16:17:18 UTC (rev 3266) @@ -104,7 +104,7 @@ $absolute_low = -1; $absolute_high = -200; - return (-20-$num); + return ((-19.9)-$num); } public function render() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |