aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2005-09-13 21:36:38 +0000
committerChad Little <clittle@users.sourceforge.net>2005-09-13 21:36:38 +0000
commit49eed0dc15e03bd562194606b0fdb59b2b584296 (patch)
treef62c713fa42ef9fe3c64d912824cda9930274bef /includes/event.php
parent6eabeaeb9ff95f4f227c66e5293c0afdf0ac0ca4 (diff)
downloadphpicalendar-49eed0dc15e03bd562194606b0fdb59b2b584296.tar.gz
phpicalendar-49eed0dc15e03bd562194606b0fdb59b2b584296.tar.bz2
phpicalendar-49eed0dc15e03bd562194606b0fdb59b2b584296.zip
Updated README, reverted ical_parser's WEEKLY parsing to 2.0b, added charset to event popup, and added two small patches.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/event.php b/includes/event.php
index 2d2de38..620f22b 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -63,6 +63,7 @@ if (sizeof($organizer) == 0) $organizer = '';
$page = new Page(BASE.'templates/'.$template.'/event.tpl');
$page->replace_tags(array(
+ 'charset' => $charset,
'cal' => $event['calname'],
'event_text' => urldecode($event['event_text']),
'event_times' => $event_times,

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