From 4bb8ac11b86112928d013e8fae12e7542a732626 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 22 Oct 2002 18:30:13 +0000 Subject: Fixed bugs in description java pop-up, also set rtrim to ereg_replace for testing. --- week.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'week.php') diff --git a/week.php b/week.php index 995db61..9106d94 100644 --- a/week.php +++ b/week.php @@ -176,7 +176,7 @@ for ($i=0;$i<7;$i++) { $all_day_text = stripslashes(urldecode($allday["event_text"])); $event_text2 = urlencode(addslashes($all_day_text)); $all_day_text = word_wrap($all_day_text, 12, $allday_week_lines); - $description = $allday["description"]; + $description = addslashes(urlencode($allday["description"])); echo "\n"; echo "$all_day_text\n"; echo "\n"; -- cgit v1.2.3