From 2434deaf0d0dc46a0deebd523f5bb2c3204bbc9a Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 4 Jan 2009 21:58:18 +0000 Subject: working on rss fixes --- rss/rss_common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rss') diff --git a/rss/rss_common.php b/rss/rss_common.php index 0e94b09..71f415e 100644 --- a/rss/rss_common.php +++ b/rss/rss_common.php @@ -32,7 +32,8 @@ include_once(BASE.'functions/date_functions.php'); //set the range of days to return based on the view chosen -$rssview = $_GET['rssview']; +$rssview = $phpiCal_config->default_view; +if (isset($_GET['rssview'])) $rssview = $_GET['rssview']; if (isset($_GET['getdate']) && $_GET['getdate'] !=''){ $getdate = $_GET['getdate']; }else{ -- cgit v1.2.3