You are here

i18nsync.install in Internationalization 5.2

Same filename and directory in other branches
  1. 5.3 experimental/i18nsync.install
  2. 5 experimental/i18nsync.install

File

experimental/i18nsync.install
View source
<?php

/**
 * Set module weight
 * 
 * Make sure this runs after taxonomy, i18n and translation modules
 * and ideally after all other modules implementing nodeapi hook.
 */
function i18nsync_install() {
  db_query("UPDATE {system} SET weight = 100 WHERE name = 'i18nsync' AND type = 'module'");
}

Functions

Namesort descending Description
i18nsync_install Set module weight