mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
* eMail/Sieve: when editing sieve rules mend double linefeeds returned by IE10 on edit of the vacation-message
This commit is contained in:
parent
de66366b18
commit
9ad58e5f6d
@ -568,6 +568,7 @@
|
||||
if(isset($_POST["vacationStatus"]))
|
||||
{
|
||||
$newVacation['text'] = get_var('vacation_text',array('POST'));
|
||||
if (strpos($newVacation['text'],"\r\n")===false) $newVacation['text'] = str_replace("\n\n","\r\n",$newVacation['text']);
|
||||
$newVacation['text'] = $this->botranslation->convert($newVacation['text'],$this->displayCharset,'UTF-8');
|
||||
$newVacation['days'] = get_var('days',array('POST'));
|
||||
$newVacation['addresses'] = get_var('vacationAddresses',array('POST'));
|
||||
|
Loading…
Reference in New Issue
Block a user