You are here

function paging_enable in Paging 6

Implementation of hook_enable().

File

./paging.install, line 10
Installation code for Paging module.

Code

function paging_enable() {
  drupal_set_message(t('Paging has been installed enabled. [<a href="@url">Goto configuration</a>]', array(
    '@url' => url('admin/settings/paging'),
  )));
}