function locale_update_6002

Remove empty translations, we don't need these anymore.

Related topics

Archivo

drupal-6.x/modules/locale/locale.install, line 132

Código

function locale_update_6002() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {locales_target} WHERE translation = ''");
  return $ret;
}