You are here

function sharethis_install in ShareThis 7.2

Same name and namespace in other branches
  1. 8.2 sharethis.install \sharethis_install()
  2. 7 sharethis.install \sharethis_install()

Implements hook_install().

File

./sharethis.install, line 11
This file holds the install information for the ShareThis Module.

Code

function sharethis_install() {
  variable_set('sharethis_publisherID', sharethis_create_publisher_key());
}