Projet

Général

Profil

Révision 6331c987

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.install
12 12
 */
13 13
function i18n_taxonomy_install() {
14 14
  module_load_install('i18n');
15
  i18n_install_create_fields('taxonomy_vocabulary', array('language', 'i18n_mode'));
15
  i18n_install_create_fields('taxonomy_vocabulary', array('language', 'i18n_mode'), TRUE);
16 16
  i18n_install_create_fields('taxonomy_term_data', array('language', 'i18n_tsid'));
17 17
  // Set module weight for it to run after core modules, but before views.
18 18
  db_query("UPDATE {system} SET weight = 5 WHERE name = 'i18n_taxonomy' AND type = 'module'");

Formats disponibles : Unified diff