Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Core / Report / Excel.php
index f43d1abd665a4ce4279715a39b1a9b22b97b9725..d92b42539cf966a46c1ca611d221b9eef4e45273 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Core_Report_Excel
@@ -43,9 +43,8 @@ class CRM_Core_Report_Excel {
    * @param string $rows
    *   (reference ) result set rows.
    * @param null $titleHeader
-   * @param bool $printShould the output be printed.
+   * @param bool $print
    *   Should the output be printed.
-   *
    * @param bool $outputHeader
    *
    * @return mixed
@@ -190,7 +189,7 @@ class CRM_Core_Report_Excel {
   }
 
   /**
-   * Write a CSV file to the browser output
+   * Write a CSV file to the browser output.
    *
    * @param string $fileName
    *   The name of the file that will be downloaded (this is sent to the browser).