[Phphtmllib-devel] SF.net SVN: phphtmllib:[3214] trunk/open2300/lib/modules/graphs/flash/ TempDewPo
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-17 15:05:16
|
Revision: 3214 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3214&view=rev Author: hemna Date: 2009-02-17 15:05:12 +0000 (Tue, 17 Feb 2009) Log Message: ----------- today Modified Paths: -------------- trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc Modified: trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc =================================================================== --- trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc 2009-02-17 14:56:40 UTC (rev 3213) +++ trunk/open2300/lib/modules/graphs/flash/TempDewPointLineFlashGraph.inc 2009-02-17 15:05:12 UTC (rev 3214) @@ -16,7 +16,7 @@ public function load_data() { $today = date("Y-m-d"); //var_dump($today); - $today = "2008-01-16"; + //$today = "2008-01-16"; $this->date = $today; $collection = weatherDataObject::find_all("datetime like :date order by datetime asc", array(':date'=> $today.'%')); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |