You are here

function auto_nodetitle_install in Automatic Nodetitles 6

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

Implementation of hook_install().

File

./auto_nodetitle.install, line 6

Code

function auto_nodetitle_install() {
  db_query("UPDATE {system} SET weight = 5 WHERE name = 'auto_nodetitle'");
}