[Phphtmllib-devel] SF.net SVN: phphtmllib:[3271] trunk/open2300/lib/modules/graphs/gauge/ myPressur
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 16:36:18
|
Revision: 3271 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3271&view=rev Author: hemna Date: 2009-10-14 16:36:09 +0000 (Wed, 14 Oct 2009) Log Message: ----------- fixed call Modified Paths: -------------- trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php Modified: trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php =================================================================== --- trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php 2009-10-14 16:34:56 UTC (rev 3270) +++ trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php 2009-10-14 16:36:09 UTC (rev 3271) @@ -54,7 +54,7 @@ $this->date = $today; $this->do = weatherDataObject::find("1=1 order by datetime desc limit 0,1"); - $this->getMinMaxHumidity($today); + $this->getMinMaxPressure($today); } protected function getMinMaxPressure($today = null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |