X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FICalendar.php;h=bfec1e37b48838d4078aa61388b842f59949c7be;hb=0eb2bbdf160755a461eba8248e7472dceba0e57a;hp=12e0293b2fae0f990bdd2026674dc2a93939e200;hpb=d0fcf9dfefc3d387ebcc155521c727de22a7a718;p=civicrm-core.git diff --git a/CRM/Utils/ICalendar.php b/CRM/Utils/ICalendar.php index 12e0293b2f..bfec1e37b4 100644 --- a/CRM/Utils/ICalendar.php +++ b/CRM/Utils/ICalendar.php @@ -49,7 +49,6 @@ class CRM_Utils_ICalendar { */ public static function formatText($text) { $text = strip_tags($text); - $text = str_replace("\"", "DQUOTE", $text); $text = str_replace("\\", "\\\\", $text); $text = str_replace(',', '\,', $text); $text = str_replace(';', '\;', $text);