Revision: 3415
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3415&view=rev
Author: hemna
Date: 2010-03-03 19:20:37 +0000 (Wed, 03 Mar 2010)
Log Message:
-----------
pulled log
Modified Paths:
--------------
trunk/open2300/lib/modules/wxdate/widgets/WxMonthData.inc
Modified: trunk/open2300/lib/modules/wxdate/widgets/WxMonthData.inc
===================================================================
--- trunk/open2300/lib/modules/wxdate/widgets/WxMonthData.inc 2010-03-03 19:18:12 UTC (rev 3414)
+++ trunk/open2300/lib/modules/wxdate/widgets/WxMonthData.inc 2010-03-03 19:20:37 UTC (rev 3415)
@@ -20,7 +20,7 @@
$this->day = date('j', $this->ts);
$this->year_month = $this->year."-".$this->month;
- Log::Singleton()->debug("date=".$this->date." year = ".$this->year." month = ".$this->month." day = ".$this->day);
+// Log::Singleton()->debug("date=".$this->date." year = ".$this->year." month = ".$this->month." day = ".$this->day);
}
@@ -77,4 +77,4 @@
}
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|