You are here

function lingotek_l10n_update_projects_alter in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.5 lingotek.module \lingotek_l10n_update_projects_alter()

File

./lingotek.module, line 2078

Code

function lingotek_l10n_update_projects_alter(&$projects) {
  if (variable_get('lingotek_use_translation_from_drupal', 0) != 1) {
    $projects = array();
  }
}