From: <ji...@us...> - 2009-01-04 23:16:46
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5202/rss Modified Files: rss_common.php Log Message: working on rss fixes Index: rss_common.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss_common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rss_common.php 29 Dec 2008 06:00:42 -0000 1.5 --- rss_common.php 4 Jan 2009 21:58:18 -0000 1.6 *************** *** 33,37 **** //set the range of days to return based on the view chosen ! $rssview = $_GET['rssview']; if (isset($_GET['getdate']) && $_GET['getdate'] !=''){ $getdate = $_GET['getdate']; --- 33,38 ---- //set the range of days to return based on the view chosen ! $rssview = $phpiCal_config->default_view; ! if (isset($_GET['rssview'])) $rssview = $_GET['rssview']; if (isset($_GET['getdate']) && $_GET['getdate'] !=''){ $getdate = $_GET['getdate']; |