You are here

function auto_nodetitle_update_1 in Automatic Nodetitles 8

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

make sure hooks are invoked after cck main hooks

File

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

Code

function auto_nodetitle_update_1() {
  $ret = array();
  $ret[] = module_set_weight('auto_nodetitle', 5);
  return $ret;
}