aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-08-13 05:37:35 +0000
committerChad Little <clittle@users.sourceforge.net>2003-08-13 05:37:35 +0000
commitcd1418522aef81f48a51ac6c317eb6c3ea9cadd0 (patch)
tree2c6774a008148d4bfbbd03f79c73e659f9e5d409 /includes
parent01bd2298c52fd6556f6649cd9ec79893aa50d47f (diff)
downloadphpicalendar-cd1418522aef81f48a51ac6c317eb6c3ea9cadd0.tar.gz
phpicalendar-cd1418522aef81f48a51ac6c317eb6c3ea9cadd0.tar.bz2
phpicalendar-cd1418522aef81f48a51ac6c317eb6c3ea9cadd0.zip
Bug fixes, prepped for 0.9.3, added webcal as default support, fixed extra <BR> tags.
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/event.php b/includes/event.php
index bb7c2a8..a98cd8d 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -55,7 +55,6 @@ if (isset($HTTP_GET_VARS['attendee']) && ($HTTP_GET_VARS['attendee'] !== '') ) {
$event = rawurldecode($event);
$event = stripslashes($event);
$event = str_replace('\\', '', $event);
-$event = htmlspecialchars($event);
$description = rawurldecode($description);
$description = stripslashes($description);
$description = str_replace('\\', '', $description);
@@ -70,11 +69,9 @@ $attendee = unserialize ($attendee);
$location = rawurldecode($location);
$location = stripslashes($location);
$location = str_replace('\\', '', $location);
-//$description = htmlspecialchars($description);
$calendar_name2 = rawurldecode($calendar_name);
$calendar_name2 = stripslashes($calendar_name2);
$calendar_name2 = str_replace('\\', '', $calendar_name2);
-//$calendar_name2 = htmlspecialchars($calendar_name2);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

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