projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a1a29ff
)
Removing debug code.
author
fubhy
Sat, 16 Jul 2011 23:54:40 +0000 (
01:54
+0200)
committer
fubhy
Sat, 16 Jul 2011 23:54:40 +0000 (
01:54
+0200)
alpha/includes/alpha.inc
patch
|
blob
|
blame
|
history
diff --git
a/alpha/includes/alpha.inc
b/alpha/includes/alpha.inc
index
d461a00
..
aa7f97e
100644
(file)
--- a/
alpha/includes/alpha.inc
+++ b/
alpha/includes/alpha.inc
@@
-160,7
+160,7
@@
function alpha_cache_get($cid, $theme = NULL) {
cache_get_multiple($items);
}
- echo $cid;
+
if ($cache = cache_get('alpha_registry:' . $theme . ':' . $cid)) {
return $cache->data;
}