Update of /cvsroot/phpicalendar/phpicalendar/functions/init
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19177/functions/init
Modified Files:
date_range.php
Log Message:
add all calendars to rss index
Index: date_range.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/date_range.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** date_range.php 28 Dec 2008 10:50:58 -0000 1.9
--- date_range.php 29 Dec 2008 06:00:42 -0000 1.10
***************
*** 37,40 ****
--- 37,41 ----
case 'error':
case 'preferences':
+ case 'rss_index':
$mArray_begin = time();
$mArray_end = time();
|