projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da97c5b
)
Remove wierd line ending
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 12 May 2017 14:01:16 +0000
(10:01 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 12 May 2017 14:01:16 +0000
(10:01 -0400)
From some abnormal windows thing
models/front/events/icalFeedImport.php
patch
|
blob
|
history
diff --git
a/models/front/events/icalFeedImport.php
b/models/front/events/icalFeedImport.php
index
676d970
..
f22ddad
100644
(file)
--- a/
models/front/events/icalFeedImport.php
+++ b/
models/front/events/icalFeedImport.php
@@
-133,6
+133,7
@@
class GlmMembersFront_events_icalFeedImport
$image = '';
$event['DESCRIPTION'] = str_replace( '\n', "<br>", $event['DESCRIPTION'] );
$event['DESCRIPTION'] = str_replace( 'ENCODING=QUOTED-PRINTABLE:', "", $event['DESCRIPTION'] );
+ $event['DESCRIPTION'] = str_replace( '=0D=0A', "", $event['DESCRIPTION'] );
$event['SUMMARY'] = str_replace( 'ENCODING=QUOTED-PRINTABLE:', "", $event['SUMMARY'] );
$intro = substr( strip_tags( $event['DESCRIPTION'] ), 0 ,150);
if ( isset( $event['CONTACT'] ) ) {