CRM-19179: Only allow one 'set primary' to be checked per entity
[civicrm-core.git] / CRM / Grant / Form / Task.php
index df1396a88269f10e8c138d851facfc628d08a91d..3f5bf626eaa9b95b6ac102adffe9b20c3e64e0d1 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  *
  */
@@ -153,7 +153,7 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
    * @param string $nextType
    * @param string $backType
    *
-   * @return void
+   * @param bool $submitOnce
    */
   public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(