aboutsummaryrefslogtreecommitdiffstats
path: root/functions/date_functions.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-02-23 22:36:04 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-02-23 22:36:04 +0000
commitec5abe35d2e4757f03b28a6101ca42b304e1c1a2 (patch)
treee262412aaa9f6d11383476a3143963597e8c6621 /functions/date_functions.php
parentc1f0e6db93ee4ea98bd078b4d80fd778d269e920 (diff)
downloadphpicalendar-ec5abe35d2e4757f03b28a6101ca42b304e1c1a2.tar.gz
phpicalendar-ec5abe35d2e4757f03b28a6101ca42b304e1c1a2.tar.bz2
phpicalendar-ec5abe35d2e4757f03b28a6101ca42b304e1c1a2.zip
allow image tags in event description
Diffstat (limited to 'functions/date_functions.php')
-rw-r--r--functions/date_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/date_functions.php b/functions/date_functions.php
index 482e449..a9ebcc7 100644
--- a/functions/date_functions.php
+++ b/functions/date_functions.php
@@ -176,7 +176,7 @@ function openevent($event_date, $time, $uid, $arr, $lines = 0, $length = 0, $lin
$event_text = $matches[2];
} else {
$full_event_text = $event_text;
- $event_text = strip_tags($event_text, '<b><i><u>');
+ $event_text = strip_tags($event_text, '<b><i><u><img>');
}
if (!empty($event_text)) {

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