You are here

function extlink_install in External Links 8

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

Implements hook_install().

File

./extlink.install, line 11
Install hook for the External Links module.

Code

function extlink_install() {

  // Weight needs to be 1 for compatibility with SpamSpan.
  module_set_weight('extlink', 1);
}