Skip to content

Commit e8c31f7

Browse files
author
Jim Hu
committed
remove dead files
1 parent 5e9bdcc commit e8c31f7

File tree

7 files changed

+38
-1134
lines changed

7 files changed

+38
-1134
lines changed

README

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ Changes:
9292
Fix publish.php for 2.3 config system
9393
add option to hide location in month view
9494
add option to make individual events downloadable from event view
95-
95+
Fix calendar showing modified events twice
96+
Make multiline descriptions display with line breaks in event popup
97+
Fix German language file
9698
2.3 Major changes to recurrence handling
9799
Added more languages
98100
Added login to month view

config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
100100
*/
101101
$list_webcals = array(
102-
'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'
102+
# 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'
103103
);
104104
$more_webcals['recur_tests'] = array();
105105
$locked_cals = array(

0 commit comments

Comments
 (0)