This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/i18n/i18nsync/i18nsync.install

16 lines
No EOL
357 B
Text

<?php
/**
* @file
* Installation file for i18nsync module.
*/
/**
* 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'");
}