aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-05-20 18:23:05 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-05-20 18:23:05 +0000
commit7b277320615e79d7c2e1edfd080fcef10eab0867 (patch)
tree728379ab659041f08af3243aa2ec9e2ad9fe2606 /includes/event.php
parent060d8db531325eae2cf0972a13f04b70bd551c8e (diff)
downloadphpicalendar-7b277320615e79d7c2e1edfd080fcef10eab0867.tar.gz
phpicalendar-7b277320615e79d7c2e1edfd080fcef10eab0867.tar.bz2
phpicalendar-7b277320615e79d7c2e1edfd080fcef10eab0867.zip
Fix language issue with "full calendar name" in event popup
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/event.php b/includes/event.php
index ea87418..8152942 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -105,14 +105,14 @@ $page->replace_tags(array(
'cal' => $event['calname'],
'event_text' => $event['event_text'],
'event_times' => $event_times,
- 'description' => str_replace('\n',"<br />",$event['description']),
+ 'description' => $event['description'],
'organizer' => $organizer,
'attendee' => $attendee,
'status' => $event['status'],
'location' => $event['location'],
'event_download' => $event_download,
'url' => $event['url'],
- 'cal_title_full' => $event['calname'].' '.$lang['l_calendar'],
+ 'cal_title_full' => $event['calname'],
'template' => $phpiCal_config->template,
'l_summary' => $lang['l_summary'],
'l_description' => $lang['l_description'],

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