X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FICalendar.php;h=096ce70f7613bd45f648d32909ac526ec68b3af8;hb=23de1ac098f62001327fc1bd6aac2db04ee327a3;hp=53230169a4c349c1aae05097e8703abb3775fd9d;hpb=d36b8b20ac964dc3c0a74f98f580dc7b0ad7383e;p=civicrm-core.git diff --git a/CRM/Utils/ICalendar.php b/CRM/Utils/ICalendar.php index 53230169a4..096ce70f76 100644 --- a/CRM/Utils/ICalendar.php +++ b/CRM/Utils/ICalendar.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -43,7 +43,7 @@ class CRM_Utils_ICalendar { /** - * Escape text elements for safe ICalendar use + * Escape text elements for safe ICalendar use. * * @param $text * Text to escape. @@ -63,7 +63,7 @@ class CRM_Utils_ICalendar { } /** - * Escape date elements for safe ICalendar use + * Escape date elements for safe ICalendar use. * * @param $date * Date to escape. @@ -123,4 +123,5 @@ class CRM_Utils_ICalendar { echo $calendar; } + }