From df5aae20f5a5004635f1a4a577221dad5d2f28c1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Jan 2011 04:48:41 +0000 Subject: [PATCH] fixed corrupted non-ascii chars in deleted message --- calendar/inc/class.calendar_uiforms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_uiforms.inc.php b/calendar/inc/class.calendar_uiforms.inc.php index d7b974b3a1..a405f9e8d6 100644 --- a/calendar/inc/class.calendar_uiforms.inc.php +++ b/calendar/inc/class.calendar_uiforms.inc.php @@ -839,7 +839,7 @@ class calendar_uiforms extends calendar_ui { $msg = lang('Event deleted'); } - $js = "opener.location.search += (opener.location.search?'&msg=':'?msg=')+'". + $js = "opener.location += (opener.location.search?'&msg=':'?msg=')+'". addslashes($msg)."';"; } break;