X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FMail%2FIncoming.php;h=a8fa85b9dc3647dc88d479af876f2676ae711058;hb=64e2abc28556b9bf1b3582e34590ad1a887fc290;hp=612214c53f57dceee4c18751f9831e862a377897;hpb=87878ac8e6101fc5bed04f356c677b5f9ec54bc7;p=civicrm-core.git diff --git a/CRM/Utils/Mail/Incoming.php b/CRM/Utils/Mail/Incoming.php index 612214c53f..a8fa85b9dc 100644 --- a/CRM/Utils/Mail/Incoming.php +++ b/CRM/Utils/Mail/Incoming.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$ * */ @@ -408,7 +408,7 @@ class CRM_Utils_Mail_Incoming { } /** - * Retrieve a contact ID and if not present + * Retrieve a contact ID and if not present. * create one with this email */ public static function getContactID($email, $name = NULL, $create = TRUE, &$mail) { @@ -454,4 +454,5 @@ class CRM_Utils_Mail_Incoming { CRM_Core_DAO::$_nullArray ); } + }