You are here

function vkxp_install in VK CrossPoster 7.2

Implements hook_install().

File

./vkxp.install, line 42
vkxp.install Requirements and uninstall functions for the vkxp module.

Code

function vkxp_install() {
  vkxp_update_7213();
}