Merge pull request #11045 from mepps/CRM-20304
[civicrm-core.git] / CRM / Utils / ICalendar.php
index 12e0293b2fae0f990bdd2026674dc2a93939e200..bfec1e37b48838d4078aa61388b842f59949c7be 100644 (file)
@@ -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);