Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
465d0be2
Commit
465d0be2
authored
Oct 18, 2011
by
ccarigna
Browse files
Changed block caching from per-page, to global
parent
a23efa03
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.module
View file @
465d0be2
...
...
@@ -148,7 +148,7 @@ function uw_ct_event_block_info() {
$blocks
[
'events_by_date'
]
=
array
(
'info'
=>
t
(
'Events by Date'
),
'cache'
=>
DRUPAL_CACHE_
PER_PAGE
,
'cache'
=>
DRUPAL_CACHE_
GLOBAL
,
);
return
$blocks
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment