skip url from IDS check
[civicrm-core.git] / CRM / Utils / PagerAToZ.php
index 655a47ac04146d11c704268a72b1821b23703734..b0269cec2a73e0c9e046121804c1011c94524f24 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-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  */
 
 /**
- *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2016
  */
 
 /**
  * This class is for displaying alphabetical bar
- *
  */
 class CRM_Utils_PagerAToZ {
 
@@ -61,7 +57,7 @@ class CRM_Utils_PagerAToZ {
    * Return the all the static characters.
    *
    * @return array
-   *   is a array of static characters
+   *   is an array of static characters
    */
   public static function getStaticCharacters() {
     $staticAlphabets = array(
@@ -102,7 +98,7 @@ class CRM_Utils_PagerAToZ {
    * @param $isDAO
    *
    * @return array
-   *   is a array of dynamic characters
+   *   is an array of dynamic characters
    */
   public static function getDynamicCharacters(&$query, $isDAO) {
     if ($isDAO) {
@@ -147,7 +143,7 @@ class CRM_Utils_PagerAToZ {
     sort($AToZBar, SORT_STRING);
     $AToZBar = array_unique($AToZBar);
 
-    //get the current path
+    // get the current path
     $path = CRM_Utils_System::currentPath();
 
     $qfKey = NULL;