[limb-svn] r6416 - 3.x/trunk/limb/calendar/src
svn at limb-project.com
svn at limb-project.com
Mon Oct 15 14:10:06 MSD 2007
Author: svk
Date: 2007-10-15 14:10:06 +0400 (Mon, 15 Oct 2007)
New Revision: 6416
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6416
Modified:
3.x/trunk/limb/calendar/src/lmbDateWidget.class.php
Log:
- bracket fix
Modified: 3.x/trunk/limb/calendar/src/lmbDateWidget.class.php
===================================================================
--- 3.x/trunk/limb/calendar/src/lmbDateWidget.class.php 2007-10-15 09:53:24 UTC (rev 6415)
+++ 3.x/trunk/limb/calendar/src/lmbDateWidget.class.php 2007-10-15 10:10:06 UTC (rev 6416)
@@ -12,7 +12,8 @@
* @package calendar
* @version $Id$
*/
-class lmbDateWidget {
+class lmbDateWidget
+{
protected $newline = "\n";
More information about the limb-svn
mailing list