Projet

Général

Profil

Révision e0d35157

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n.module
198 198
 */
199 199
function i18n_language_list($field = 'name', $mode = NULL) {
200 200
  $mode = isset($mode) ? $mode : variable_get('i18n_language_list', I18N_LANGUAGE_ENABLED);
201
  return locale_language_list($field, I18N_LANGUAGE_EXTENDED & $mode);
201
  $all = I18N_LANGUAGE_EXTENDED & $mode;
202
  return locale_language_list($field, $all);
202 203
}
203 204

  
204 205
/**

Formats disponibles : Unified diff