]> git.pld-linux.org Git - packages/dokuwiki-plugin-icalevents.git/blob - dformat.patch
- reset error state when fetching next calendar
[packages/dokuwiki-plugin-icalevents.git] / dformat.patch
1 use dformat from dokuwiki by default
2
3 --- icalevents/conf/default.php~        2010-04-26 15:48:52.000000000 +0300
4 +++ icalevents/conf/default.php 2010-12-05 22:15:22.486210482 +0200
5 @@ -3,9 +3,7 @@
6  
7  # Date format that is used to display the from and to values
8  # If you leave this empty '', then the default dformat from /conf/dokuwiki.php will be used.
9 -$conf['dformat'] = '%d.%m.%Y';
10 +$conf['dformat'] = '';
11  
12  # should the end dates for each event be shown?
13  $conf['showEndDates'] = 0;
14 -
15 -?>
16 \ No newline at end of file
This page took 0.035115 seconds and 3 git commands to generate.