You are here

function auto_nodetitle_install in Automatic Nodetitles 8

Same name and namespace in other branches
  1. 5 auto_nodetitle.install \auto_nodetitle_install()
  2. 6 auto_nodetitle.install \auto_nodetitle_install()
  3. 7 auto_nodetitle.install \auto_nodetitle_install()

Implements hook_install().

File

./auto_nodetitle.install, line 11
Installation file for the automatic nodetitle module

Code

function auto_nodetitle_install() {
  module_set_weight('auto_nodetitle', 5);
}