You are here

function qtip_install in qTip (Stylish jQuery Tooltips) 6.2

Same name and namespace in other branches
  1. 6 qtip.install \qtip_install()
  2. 7 qtip.install \qtip_install()

Implementation of hook_install().

File

./qtip.install, line 11
Install, update and uninstall functions for the qtip module.

Code

function qtip_install() {

  // un-comment this once you've implemented the schema

  //drupal_install_schema('qtip');
}