From 03d63c81c1e6f46be4d145ea84aa2c1198bc0984 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 14 Nov 2006 07:00:51 +0000 Subject: change date calcs to allow rss feeds to go across years --- rss/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss') diff --git a/rss/rss.php b/rss/rss.php index a480465..85b29f5 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -111,7 +111,7 @@ foreach ($master_array['-4'] as $calinfo){ if ($calinfo['mtime'] > $filemod) $filemod = $calinfo['mtime']; } $filemodtime = date("r", $filemod); - +/* //send relevant headers header ("Last-Modified: $filemodtime"); header ("ETag:\"$filemodtime\""); -- cgit v1.2.3