Update of /cvsroot/phpicalendar/phpicalendar3/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21941/functions
Modified Files:
class.Daylight.php
Log Message:
Removed whitespace from empty constructor body; primarily just testing CVS commit from Eclipse IDE.
Index: class.Daylight.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar3/functions/class.Daylight.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** class.Daylight.php 9 Apr 2007 13:02:13 -0000 1.2
--- class.Daylight.php 9 Apr 2007 13:03:33 -0000 1.3
***************
*** 25,31 ****
* @access public
*/
! function Daylight() {
!
! }
} ?>
\ No newline at end of file
--- 25,29 ----
* @access public
*/
! function Daylight() {}
} ?>
\ No newline at end of file
|