You are here

function smartqueue_install in Nodequeue 6.2

Implementation of hook_install().

File

./smartqueue.install, line 37
Install, update and uninstall functions for the smartqueue module.

Code

function smartqueue_install() {
  drupal_install_schema('smartqueue');
}