forked from extern/egroupware
fixed corrupted non-ascii chars in deleted message
This commit is contained in:
parent
b603b7605c
commit
df5aae20f5
@ -839,7 +839,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
{
|
{
|
||||||
$msg = lang('Event deleted');
|
$msg = lang('Event deleted');
|
||||||
}
|
}
|
||||||
$js = "opener.location.search += (opener.location.search?'&msg=':'?msg=')+'".
|
$js = "opener.location += (opener.location.search?'&msg=':'?msg=')+'".
|
||||||
addslashes($msg)."';";
|
addslashes($msg)."';";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user