You are here

function httpbl_install in http:BL 6

Same name and namespace in other branches
  1. 5 httpbl.install \httpbl_install()
  2. 6.2 httpbl.install \httpbl_install()

Implementation of hook_install().

File

./httpbl.install, line 43

Code

function httpbl_install() {
  drupal_install_schema('httpbl');
}