aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 02:07:53 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 02:07:53 +0000
commit48218216d38f52305a7a51939a9d55210af4baa9 (patch)
tree06a46a9b3f6af5f72c42aac22ff2325f647ef2c7 /rss
parentc0739ccf3bda644d52394a3e4c768964dec0d40e (diff)
downloadphpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.tar.gz
phpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.tar.bz2
phpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.zip
fix undef $rss in rss.php
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss.php b/rss/rss.php
index 918e104..4100c61 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -40,7 +40,7 @@ function enclose_items($rss_items){
function rss_item(){
global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val;
- $rss .= '<item>'."\n";
+ $rss = '<item>'."\n";
$rss .= '<uid>'.$uid.'</uid>'."\n";
$rss .= '<event_start>'.$event_start.'</event_start>'."\n";
$rss .= '<title>'.$rss_title.'</title>'."\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy