You are here

function social_media_install in Social media share 8

Implements hook_install().

File

./social_media.install, line 13

Code

function social_media_install() {
  social_media_update_8001();
}