Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16152
Modified Files:
default_config.php
Log Message:
misc changes for 2.31
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** default_config.php 7 Jan 2009 20:20:03 -0000 1.19
--- default_config.php 26 Jan 2009 03:27:29 -0000 1.20
***************
*** 3,7 ****
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.31rc4';
// Configuration file for PHP iCalendar 2.31
//
--- 3,7 ----
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.31';
// Configuration file for PHP iCalendar 2.31
//
|