Add configuration options to adjust the behavior of recent items stack: 1.) Define...
authorNiels Heinemann <heinemann@kompetenzz.de>
Tue, 12 Jan 2016 15:22:39 +0000 (16:22 +0100)
committerNiels Heinemann <heinemann@kompetenzz.de>
Fri, 20 May 2016 12:56:41 +0000 (14:56 +0200)
CRM/Utils/Recent.php

index 659b67381f0198367eb978b16242418999d734f6..dad62bb761ca63d0006af42267d99dc827095ff9 100644 (file)
@@ -54,7 +54,6 @@ class CRM_Utils_Recent {
    * @var int
    */
   static private $_maxItems = 20;
-
   /**
    * Initialize this class and set the static variables.
    */
@@ -250,5 +249,4 @@ class CRM_Utils_Recent {
 
     return $providers;
   }
-
 }