You are here

function ga_install in Googalytics - Google Analytics 8

Implements hook_install().

File

./ga.install, line 31
Contains ga module installation and update hooks.

Code

function ga_install() {
  _ga_copy_gacsp_config();
}