Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27849
Modified Files:
default_config.php year.php
Log Message:
change version for release
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** default_config.php 29 Dec 2008 03:30:36 -0000 1.12
--- default_config.php 29 Dec 2008 08:20:52 -0000 1.13
***************
*** 3,7 ****
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.3rc1.7';
// Configuration file for PHP iCalendar 2.25rc1
//
--- 3,7 ----
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.3';
// Configuration file for PHP iCalendar 2.25rc1
//
Index: year.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** year.php 20 Dec 2008 03:22:54 -0000 1.51
--- year.php 29 Dec 2008 08:20:52 -0000 1.52
***************
*** 5,9 ****
require_once(BASE.'functions/list_functions.php');
require_once(BASE.'functions/template.php');
- header("Content-Type: text/html; charset=$phpiCal_config->charset");
ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2);
--- 5,8 ----
***************
*** 47,50 ****
--- 46,50 ----
$page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
+ 'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
'sidebar' => BASE.'templates/'.$template.'/sidebar_year.tpl',
|