function statcounter_disable in StatCounter 7.2
Remove cache directory if module is disabled (or uninstalled).
File
- ./
statcounter.install, line 41 - Installation file for Statcounter - Web analytics module.
Code
function statcounter_disable() {
statcounter_clear_js_cache();
}