projects
/
project/google_analytics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cbfa283
)
Added purge watchdog.
author
hass
Sat, 9 Oct 2010 13:57:23 +0000 (13:57 +0000)
committer
hass
Sat, 9 Oct 2010 13:57:23 +0000 (13:57 +0000)
googleanalytics.module
patch
|
blob
|
blame
|
history
diff --git
a/googleanalytics.module
b/googleanalytics.module
index
b7a3f52
..
0fb62ed
100644
(file)
--- a/
googleanalytics.module
+++ b/
googleanalytics.module
@@
-301,6
+301,7
@@
function googleanalytics_clear_js_cache() {
// Change query-strings on css/js files to enforce reload for all users.
_drupal_flush_css_js();
+ watchdog('googleanalytics', 'Local cache has been purged.', array(), WATCHDOG_INFO);
}
}