|
From: <ji...@us...> - 2009-02-01 22:45:18
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16651/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** rss1.0.php 20 Dec 2008 03:22:54 -0000 1.9 --- rss1.0.php 1 Feb 2009 22:45:11 -0000 1.10 *************** *** 10,14 **** 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"; --- 10,14 ---- 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"; |