[Phphtmllib-devel] SF.net SVN: phphtmllib:[3412] trunk/open2300/lib/modules/graphs/ TempDewPointLin
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-03-03 19:16:41
|
Revision: 3412 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3412&view=rev Author: hemna Date: 2010-03-03 19:16:23 +0000 (Wed, 03 Mar 2010) Log Message: ----------- pulled debug 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-03-03 19:12:25 UTC (rev 3411) +++ trunk/open2300/lib/modules/graphs/TempDewPointLineGraph.inc 2010-03-03 19:16:23 UTC (rev 3412) @@ -17,7 +17,6 @@ public function load_data() { $today = $this->date; - Log::singleton()->debug("looking up data for ".$today); $collection = weatherDataObject::find_all("datetime like :date order by datetime asc", array(':date'=> $today.'%')); @@ -90,4 +89,4 @@ $graph->Stroke(); } } -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |