You are here

function title_update_7001 in Title 7

Make sure Title has a very high weight to be able to perform reverse synchronization reliably.

File

./title.install, line 53
Installation functions for the Title module.

Code

function title_update_7001() {
  _title_install_set_weight(100);
}