You are here

function dynamic_background_user_install in Dynamic Background 7

Same name and namespace in other branches
  1. 6 modules/dynamic_background_user/dynamic_background_user.install \dynamic_background_user_install()

Implementation of hook_install().

File

modules/dynamic_background_user/dynamic_background_user.install, line 40
Installes the database scheme and handles install and uninstall of the module.

Code

function dynamic_background_user_install() {
}