projects
/
project/google_analytics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5d6324b
)
#274873: followup, _initData() is deprecated.
author
hass
Thu, 7 Aug 2008 06:52:36 +0000 (06:52 +0000)
committer
hass
Thu, 7 Aug 2008 06:52:36 +0000 (06:52 +0000)
googleanalytics.module
patch
|
blob
|
blame
|
history
diff --git
a/googleanalytics.module
b/googleanalytics.module
index
27589a2
..
477226c
100644
(file)
--- a/
googleanalytics.module
+++ b/
googleanalytics.module
@@
-176,7
+176,6
@@
function googleanalytics_footer($main = 0) {
if (!empty($codesnippet)) {
$script .= $codesnippet;
}
- $script .= 'pageTracker._initData();';
$script .= 'pageTracker._trackPageview('. $url_custom .');';
}