Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17672/rss
Modified Files:
rss2.0.php
Log Message:
fix mising phpiCal_config global in rss2.0.php
Index: rss2.0.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss2.0.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rss2.0.php 20 Dec 2008 03:22:54 -0000 1.8
--- rss2.0.php 3 Jan 2009 07:26:20 -0000 1.9
***************
*** 25,29 ****
require(BASE.'rss/rss_common.php');
function rss_top(){
! global $cal_displayname, $theview, $default_path, $cpath, $lang, $rss_link, $rss_language;
$rss = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n";
--- 25,29 ----
require(BASE.'rss/rss_common.php');
function rss_top(){
! global $cal_displayname, $theview, $phpiCal_config, $cpath, $lang, $rss_link, $rss_language;
$rss = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n";
|