From 2ac05785444035fe6de6f8e06bda0076f026eb22 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 10 Apr 2006 00:52:24 +0000 Subject: revert original rss now that extra files added --- day.php | 4 ++-- languages/czech.inc.php | 12 ++++++------ rss/rss.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/day.php b/day.php index 068269e..7df5d05 100644 --- a/day.php +++ b/day.php @@ -48,8 +48,8 @@ $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', - 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', - 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' + 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', + 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' )); $page->replace_tags(array( diff --git a/languages/czech.inc.php b/languages/czech.inc.php index ff3c9e1..ea7f0ab 100644 --- a/languages/czech.inc.php +++ b/languages/czech.inc.php @@ -103,12 +103,12 @@ $lang['l_delete_cal'] = 'Delete a Calendar'; $lang['l_logout'] = 'Logout'; $lang['l_cal_file'] = 'Calendar File'; $lang['l_php_error'] = 'PHP Error'; -$upload_error_gen_lang = 'There was a problem with your upload.'; -$upload_error_lang[0] = 'There was a problem with your upload.'; -$upload_error_lang[1] = 'The file you are trying to upload is too big.'; -$upload_error_lang[2] = 'The file you are trying to upload is too big.'; -$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; -$upload_error_lang[4] = 'You must select a file for upload.'; +$upload_error_gen_lang = 'There was a problem with your upload.'; +$upload_error_lang[0] = 'There was a problem with your upload.'; +$upload_error_lang[1] = 'The file you are trying to upload is too big.'; +$upload_error_lang[2] = 'The file you are trying to upload is too big.'; +$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; +$upload_error_lang[4] = 'You must select a file for upload.'; $lang['l_upload_error_type'] = 'Only .ics files may be uploaded.'; $lang['l_copy_error'] = 'Failed to copy file'; $lang['l_delete_error'] = 'Failed to delete file'; diff --git a/rss/rss.php b/rss/rss.php index 66db472..f6fdcea 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -218,7 +218,7 @@ $uid_arr = array(); if (isset($val['location']) && $val['location'] !=''){ $location = str_replace('&','&',$val['location']); $location = str_replace('&','&',$location); - $rss .= ''.$location."/location>\n"; + $rss .= ''.$location."\n"; } $rss .= ''."\n"; $events_count++; -- cgit v1.2.3