Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23130
Modified Files:
default_config.php
Log Message:
day view and month bottom problems bug 2476126
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** default_config.php 29 Dec 2008 08:20:52 -0000 1.13
--- default_config.php 30 Dec 2008 03:48:12 -0000 1.14
***************
*** 3,7 ****
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.3';
// Configuration file for PHP iCalendar 2.25rc1
//
--- 3,7 ----
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.31rc1';
// Configuration file for PHP iCalendar 2.25rc1
//
|