aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-16 22:10:39 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-16 22:10:39 +0000
commit3c66d867ef0b06e988272b42f7dca367f328e1de (patch)
tree884958f5312adf4741c36f0a9bfc17c364be8a1e /month.php
parent5e56a2ef03a5e676a7cfd782b4c341ca00797265 (diff)
downloadphpicalendar-3c66d867ef0b06e988272b42f7dca367f328e1de.tar.gz
phpicalendar-3c66d867ef0b06e988272b42f7dca367f328e1de.tar.bz2
phpicalendar-3c66d867ef0b06e988272b42f7dca367f328e1de.zip
Added support for #'s and &'s in javascript.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index eb2501a..7a771b7 100644
--- a/month.php
+++ b/month.php
@@ -133,7 +133,7 @@
foreach ($master_array[("$daylink")] as $event_times) {
foreach ($event_times as $val) {
$num_of_events++;
- $event_text = $val["event_text"];
+ $event_text = urldecode($val["event_text"]);
$event_text = strip_tags($event_text, '<b><i><u>');
if ($event_text != "") {
$event_text2 = addslashes($val["event_text"]);

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