aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-22 18:30:13 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-22 18:30:13 +0000
commit4bb8ac11b86112928d013e8fae12e7542a732626 (patch)
tree21a189228c94a76a9ece11888b72895e3f9f607d /sidebar.php
parent32bb2d7d5448554286200cf5d066af0e57221ad1 (diff)
downloadphpicalendar-4bb8ac11b86112928d013e8fae12e7542a732626.tar.gz
phpicalendar-4bb8ac11b86112928d013e8fae12e7542a732626.tar.bz2
phpicalendar-4bb8ac11b86112928d013e8fae12e7542a732626.zip
Fixed bugs in description java pop-up, also set rtrim to ereg_replace for testing.
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sidebar.php b/sidebar.php
index cbf083a..7b3415d 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -172,7 +172,7 @@
$event_text = strip_tags($event_text, '<b><i><u>');
if ($event_text != "") {
$event_text2 = rawurlencode(addslashes($val["event_text"]));
- $description = urlencode(addslashes($val["description"]));
+ $description = addslashes(urlencode($val["description"]));
$event_start = @$val["event_start"];
$event_end = @$val["event_end"];
$event_start = date ($timeFormat, @strtotime ("$event_start"));

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