You are here

function blogapi_install in Drupal 6

Same name and namespace in other branches
  1. 5 modules/blogapi/blogapi.install \blogapi_install()

Implementation of hook_install().

File

modules/blogapi/blogapi.install, line 6

Code

function blogapi_install() {

  // Create tables.
  drupal_install_schema('blogapi');
}