From: <par...@us...> - 2010-04-12 18:58:52
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20875/rss Modified Files: Tag: phpicalendar-editor rss_common.php Log Message: merge with HEAD Index: rss_common.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss_common.php,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** rss_common.php 1 Feb 2009 21:22:24 -0000 1.8 --- rss_common.php 12 Apr 2010 18:58:37 -0000 1.8.2.1 *************** *** 226,230 **** } ! header ("Content-Type: text/xml"); echo "$rss"; --- 226,230 ---- } ! header ("Content-Type: application/xml"); echo "$rss"; |