security fix
[civicrm-core.git] / CRM / Contact / Page / Task.php
index 147baf3cb11bc90a83cc840c9f3970a510e05cb4..cbdb4b7bcb5f055bfed34f8ae0e548dda2117f6c 100644 (file)
@@ -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.                                    |
  |                                                                    |
  | 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$
  *
  */
 class CRM_Contact_Page_Task extends CRM_Core_Page {
 
   /**
-   * Returns the page title
+   * Returns the page title.
    *
-   * @return string the title of the page
+   * @return string
+   *   the title of the page
    */
   public function getTitle() {
     return "Task Results";
   }
+
 }