fixed corrupted non-ascii chars in deleted message

This commit is contained in:
Ralf Becker 2011-01-06 04:48:41 +00:00
parent b603b7605c
commit df5aae20f5

View File

@ -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;