You are here

function homebox_install in Homebox 6

Same name and namespace in other branches
  1. 6.3 homebox.install \homebox_install()
  2. 6.2 homebox.install \homebox_install()

Implementation of hook_install().

File

./homebox.install, line 11
The install file for Home box allows the module to install (and uninstall) itself. This is required as this module uses its own table.

Code

function homebox_install() {
  drupal_install_schema('homebox');
}