You are here

function prev_next_install in Previous/Next API 6

@file The (un)install and update code for the prev_next module.

File

./prev_next.install, line 11
The (un)install and update code for the prev_next module.

Code

function prev_next_install() {
  drupal_install_schema('prev_next');
}