i18ntaxonomy.install in Internationalization 5.2
Same filename and directory in other branches
File
contrib/i18ntaxonomy.installView source
<?php
function i18ntaxonomy_install() {
// Set module weight
db_query("UPDATE {system} SET weight = 20 WHERE name = 'i18ntaxonomy' AND type = 'module'");
}
Functions
Name | Description |
---|---|
i18ntaxonomy_install |