From: <jo...@us...> - 2005-10-30 01:23:56
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6396/rss Modified Files: rss.php Log Message: Removed re-definition of the $default_path. It does not always work correctly, and you should be using the $default_path defined in config.inc.php I think. Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** rss.php 5 Oct 2005 00:29:13 -0000 1.27 --- rss.php 30 Oct 2005 01:23:48 -0000 1.28 *************** *** 16,22 **** } - $default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].':'.$HTTP_SERVER_VARS['SERVER_PORT'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'],'/rss/')); - - //set the range of days to return based on the view chosen $rssview = $_GET['rssview']; --- 16,19 ---- |