Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3358
Modified Files:
README config.inc.php
Log Message:
remove dead files
Index: README
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/README,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** README 3 Jan 2009 07:26:20 -0000 1.115
--- README 30 Jan 2009 20:49:25 -0000 1.116
***************
*** 93,97 ****
add option to hide location in month view
add option to make individual events downloadable from event view
!
2.3 Major changes to recurrence handling
Added more languages
--- 93,99 ----
add option to hide location in month view
add option to make individual events downloadable from event view
! Fix calendar showing modified events twice
! Make multiline descriptions display with line breaks in event popup
! Fix German language file
2.3 Major changes to recurrence handling
Added more languages
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.202
retrieving revision 1.203
diff -C2 -d -r1.202 -r1.203
*** config.inc.php 26 Jan 2009 05:07:38 -0000 1.202
--- config.inc.php 30 Jan 2009 20:49:25 -0000 1.203
***************
*** 100,104 ****
*/
$list_webcals = array(
! 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'
);
$more_webcals['recur_tests'] = array();
--- 100,104 ----
*/
$list_webcals = array(
! # 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'
);
$more_webcals['recur_tests'] = array();
|