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