You are here

function i18ntaxonomy_install in Internationalization 5.3

Same name and namespace in other branches
  1. 5 contrib/i18ntaxonomy.install \i18ntaxonomy_install()
  2. 5.2 contrib/i18ntaxonomy.install \i18ntaxonomy_install()
  3. 6 i18ntaxonomy/i18ntaxonomy.install \i18ntaxonomy_install()

File

contrib/i18ntaxonomy.install, line 3

Code

function i18ntaxonomy_install() {

  // Set module weight
  db_query("UPDATE {system} SET weight = 20 WHERE name = 'i18ntaxonomy' AND type = 'module'");
}