Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30531/phpicalendar/rss
Modified Files:
rss.php
Log Message:
change date calcs to allow rss feeds to go across years
Index: rss.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** rss.php 25 Jul 2006 00:58:42 -0000 1.44
--- rss.php 14 Nov 2006 07:00:51 -0000 1.45
***************
*** 112,116 ****
}
$filemodtime = date("r", $filemod);
!
//send relevant headers
header ("Last-Modified: $filemodtime");
--- 112,116 ----
}
$filemodtime = date("r", $filemod);
! /*
//send relevant headers
header ("Last-Modified: $filemodtime");
|