You are here

function subuser_install in Subuser 6

Same name and namespace in other branches
  1. 5 subuser.install \subuser_install()

Implementation of hook_install().

File

./subuser.install, line 68
Provides database schema and uninstall cleanup.

Code

function subuser_install() {
  drupal_install_schema('subuser');
}