CRM-18372 : dashboard notice error
[civicrm-core.git] / CRM / Report / Info.php
index e19da69d1a28c8c34b494362aa0bbec9d71d96c5..adb81363d6b9f25b10c7f630616c2a736131fb0e 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.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
  * abstract class.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  *
  */
@@ -99,6 +99,10 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
         ts('administer Reports'),
         ts('Manage report templates'),
       ),
+      'view report sql' => array(
+        ts('view report sql'),
+        ts('View sql used in CiviReports'),
+      ),
     );
 
     if (!$descriptions) {