From cd1418522aef81f48a51ac6c317eb6c3ea9cadd0 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 13 Aug 2003 05:37:35 +0000 Subject: Bug fixes, prepped for 0.9.3, added webcal as default support, fixed extra
tags. --- includes/event.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes') 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); ?> -- cgit v1.2.3