diff --git a/googleanalytics.module b/googleanalytics.module index 698d9b2ffc1e5a89580bbdb20dd8ca3423eb19ea..2c5038b02fce29d8a90ae5f4136efa470d6d1337 100644 --- a/googleanalytics.module +++ b/googleanalytics.module @@ -17,7 +17,7 @@ define('GOOGLEANALYTICS_PAGES', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuse /** * Advertise the supported google analytics api details. */ -function google_analytics_api() { +function googleanalytics_api() { return array( 'api' => 'ga.js', );