From f221f762ea85d83fa9f7978a2e91a966819d2c1e Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 19 May 2004 04:16:48 +0000 Subject: Prefs Language checkin. --- rss/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss/index.php') diff --git a/rss/index.php b/rss/index.php index 98eb16b..4063a38 100644 --- a/rss/index.php +++ b/rss/index.php @@ -7,7 +7,7 @@ require_once(BASE.'functions/calendar_functions.php'); $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/')); $current_view = "rssindex"; -$display_date = "$calendar_lang - RSS Info"; +$display_date = "RSS Info"; $filelist = availableCalendarNames($username, $password, $ALL_CALENDARS_COMBINED); foreach ($filelist as $file) { -- cgit v1.2.3