mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
removed (hopefully) unneeded linebreaks
This commit is contained in:
parent
b4be59fbb0
commit
502f8508ef
@ -1319,8 +1319,9 @@ class Horde_iCalendar {
|
|||||||
*/
|
*/
|
||||||
function EncodeQP ($str) {
|
function EncodeQP ($str) {
|
||||||
$encoded = $this->FixEOL($str);
|
$encoded = $this->FixEOL($str);
|
||||||
if (substr($encoded, -(strlen($this->LE))) != $this->LE)
|
# see bug report http://sourceforge.net/tracker/index.php?func=detail&aid=1536674&group_id=78745&atid=554338
|
||||||
$encoded .= $this->LE;
|
#if (substr($encoded, -(strlen($this->LE))) != $this->LE)
|
||||||
|
# $encoded .= $this->LE;
|
||||||
|
|
||||||
// Replace every high ascii, control and = characters
|
// Replace every high ascii, control and = characters
|
||||||
#$encoded = preg_replace('/([\000-\010\013\014\016-\037\075\177-\377])/e',
|
#$encoded = preg_replace('/([\000-\010\013\014\016-\037\075\177-\377])/e',
|
||||||
|
Loading…
Reference in New Issue
Block a user