projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43959a8
)
Add configuration options to adjust the behavior of recent items stack: 1.) Define...
author
Niels Heinemann
<heinemann@kompetenzz.de>
Tue, 12 Jan 2016 15:22:39 +0000
(16:22 +0100)
committer
Niels Heinemann
<heinemann@kompetenzz.de>
Fri, 20 May 2016 12:56:41 +0000
(14:56 +0200)
CRM/Utils/Recent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Recent.php
b/CRM/Utils/Recent.php
index 659b67381f0198367eb978b16242418999d734f6..dad62bb761ca63d0006af42267d99dc827095ff9 100644
(file)
--- a/
CRM/Utils/Recent.php
+++ b/
CRM/Utils/Recent.php
@@
-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;
}
-
}