projects
/
mailer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e404fc
)
Cache type 'refsystem' now supported
author
Roland Häder
<roland@mxchange.org>
Thu, 29 Oct 2009 21:44:13 +0000
(21:44 +0000)
committer
Roland Häder
<roland@mxchange.org>
Thu, 29 Oct 2009 21:44:13 +0000
(21:44 +0000)
inc/classes/cachesystem.class.php
patch
|
blob
|
history
diff --git
a/inc/classes/cachesystem.class.php
b/inc/classes/cachesystem.class.php
index 89b7998102c83ff88860808563ab0ec106d89d8b..78b72f81017dc84af55ad833c3fd5732a747fc0c 100644
(file)
--- a/
inc/classes/cachesystem.class.php
+++ b/
inc/classes/cachesystem.class.php
@@
-163,6
+163,9
@@
class CacheSystem {
} elseif ($this->name == 'refdepths') {
// Referal levels
$GLOBALS['cache_array']['refdepths'][$k][$data['id']] = $v;
+ } elseif ($this->name == 'refsystem') {
+ // Referal system
+ $GLOBALS['cache_array']['refsystem'][$k][$data['id']] = $v;
} elseif ($this->name == 'revision') {
// Revision data
$GLOBALS['cache_array']['revision'][$k] = $v;