Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
dc6d10c2
Commit
dc6d10c2
authored
Oct 24, 2009
by
anarcat
Committed by
anarcat
Oct 24, 2009
Browse files
split clear mechanisms in 5 & 6
parent
9c43c594
Changes
2
Hide whitespace changes
Inline
Side-by-side
platform/drupal/clear_5.inc
0 → 100644
View file @
dc6d10c2
<?php
// $Id$
/**
* @file
* Rebuild all the caches
*/
cache_clear_all
();
drush_log
(
t
(
'Cleared all caches'
));
node_types_rebuild
();
drush_log
(
t
(
'Rebuild node type cache'
));
module_rebuild_cache
();
drush_log
(
t
(
'Rebuild module cache'
));
system_theme_data
();
drush_log
(
t
(
'Rebuild theme cache'
));
node_access_rebuild
();
drush_log
(
t
(
'Rebuild node access cache'
));
menu_rebuild
();
drush_log
(
t
(
'Rebuild menu cache'
));
platform/drupal/clear.inc
→
platform/drupal/clear
_6
.inc
View file @
dc6d10c2
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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