function spambot_flush_caches in Spambot 7
Implements hook_flush_caches().
File
- ./
spambot.module, line 226 - Main module file.
Code
function spambot_flush_caches() {
return array(
'cache_spambot',
);
}
Implements hook_flush_caches().
function spambot_flush_caches() {
return array(
'cache_spambot',
);
}