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:
ac5f7c7
)
Rm debug out
author
Niels Heinemann
<heinemann@kompetenzz.de>
Tue, 12 Jan 2016 18:56:47 +0000
(19:56 +0100)
committer
Niels Heinemann
<heinemann@kompetenzz.de>
Fri, 20 May 2016 09:42:27 +0000
(11:42 +0200)
CRM/Utils/Recent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Recent.php
b/CRM/Utils/Recent.php
index 0206a2fa0a968f9a28312d32b2285cd4479eb7a5..460b287d875a072a2362a32eb623b0d9f2851eac 100644
(file)
--- a/
CRM/Utils/Recent.php
+++ b/
CRM/Utils/Recent.php
@@
-141,7
+141,7
@@
class CRM_Utils_Recent {
'delete_url' => CRM_Utils_Array::value('deleteUrl', $others),
)
);
- error_log("FOOOO: " . self::$_maxItems);
+
if (count(self::$_recent) > self::$_maxItems) {
array_pop(self::$_recent);
}